Tweak clear all button layout UI

Add vertical margins to clear all button and add horizontal padding.

Bug: 114136250
Test: Manual test on marlin_svelte and emulated tablet (1280 x 800)
Change-Id: Iae8d6609ca1031947e8e8d90f526d9cbda070ee5
This commit is contained in:
Kevin 2019-04-23 13:39:13 -07:00
parent 6503757ac4
commit 8d5d17bf53
1 changed files with 2 additions and 0 deletions

View File

@ -23,7 +23,9 @@
android:id="@+id/clear_all_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginVertical="16dp"
android:layout_gravity="center_horizontal"
android:paddingHorizontal="32dp"
android:background="@drawable/clear_all_button"
android:gravity="center"
android:text="@string/recents_clear_all"