Reduce size of button in the results
This commit is contained in:
parent
0caf305530
commit
3d7e96c03a
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
android:id="@+id/linear_layout_app_list"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="208dp"
|
||||
android:layout_height="180dp"
|
||||
android:paddingTop="8dp"
|
||||
android:paddingBottom="15dp"
|
||||
android:paddingStart="16dp"
|
||||
|
|
Reference in a new issue