Commit 6cb2d127983f705d56074a88d768aec6c11faefa
1 parent
9857dc0f
Bigger icons in directories (5 dips increase)
Showing
1 changed file
with
2 additions
and
2 deletions
res/layout/rowlayout.xml
... | ... | @@ -13,8 +13,8 @@ |
13 | 13 | android:layout_marginLeft="5dip" |
14 | 14 | android:adjustViewBounds="true" |
15 | 15 | android:contentDescription="@string/itemType" |
16 | - android:maxHeight="25dip" | |
17 | - android:maxWidth="25dip" | |
16 | + android:maxHeight="30dip" | |
17 | + android:maxWidth="30dip" | |
18 | 18 | android:scaleType="fitCenter" |
19 | 19 | android:src="@android:drawable/btn_star_big_off" /> |
20 | 20 | ... | ... |