Minor size modifications to fit with 48 based android grid

This commit is contained in:
YuviPanda 2013-02-18 15:02:45 +05:30
parent 0c5996c4ec
commit ee35a5c1d0
2 changed files with 6 additions and 5 deletions

View file

@ -8,7 +8,7 @@
android:layout_height="fill_parent"
android:layout_width="fill_parent"
android:stretchMode="columnWidth"
android:columnWidth="256dp"
android:columnWidth="240dp"
android:numColumns="auto_fit"
android:listSelector="@null"
android:fadingEdge="none"