prodz18 / TiFlexiGrid

An Alloy Widget for creating grid layouts.
125 stars 36 forks source link

fixes an android density issue #1

Closed manumaticx closed 11 years ago

manumaticx commented 11 years ago

Here is just a little fix according to density independency. The dimension calculations are done with dp but Titanium.Platform.DisplayCaps.platformWidth returns an absolute pixel value. That's why a wrong columnWidth was calculated on densities other than mdpi.

btw. thanks for this - great widget :)

prodz18 commented 11 years ago

Nice. I'll merge it. Thanks for the fix!