Index: chrome/android/java/res/layout/clear_browsing_data_tab_content.xml |
diff --git a/chrome/android/java/res/layout/clear_browsing_data_tab_content.xml b/chrome/android/java/res/layout/clear_browsing_data_tab_content.xml |
index 97c1170ceb7f34e6bfcf36d0624ea0064ea0e166..fe06aa4fd41041e33d2ce210f48f9f09bdc85553 100644 |
--- a/chrome/android/java/res/layout/clear_browsing_data_tab_content.xml |
+++ b/chrome/android/java/res/layout/clear_browsing_data_tab_content.xml |
@@ -21,9 +21,15 @@ |
<Button |
android:id="@+id/clear_button" |
+ android:layout_gravity="end" |
style="?android:attr/buttonBarButtonStyle" |
- android:layout_width="match_parent" |
+ android:layout_width="wrap_content" |
android:layout_height="wrap_content" |
+ android:padding="8dp" |
+ android:minHeight="36dp" |
Theresa
2017/04/06 15:08:05
Did you run into issues where you accidentally tap
|
+ android:layout_marginTop="6dp" |
+ android:layout_marginBottom="6dp" |
+ android:layout_marginEnd="8dp" |
android:focusable="true" |
android:text="@string/clear_data_delete" /> |