android: Avoid big amount of space below the icons.
[between the icon and the text] Change-Id: I7e4d7cfc7df5d186cc721f01ff2c8f157fcbc806
This commit is contained in:
parent
74a9840a51
commit
a246ad3b46
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
<ImageView
|
||||
android:id="@+id/grid_item_image"
|
||||
android:layout_width="100dp"
|
||||
android:layout_height="142dp"
|
||||
android:layout_height="100dp"
|
||||
android:scaleType="fitStart"
|
||||
android:layout_gravity="center">
|
||||
</ImageView>
|
||||
|
|
Loading…
Reference in a new issue