Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1625)

Unified Diff: chrome/android/java/res/layout/clear_browsing_data_tab_content.xml

Issue 2805623003: Move the clear button to the right (Closed)
Patch Set: increase button height Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..4da49fdf1544cac7b7077db972801f0dd1d3900d 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,13 @@
<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="48dp"
+ android:layout_marginEnd="8dp"
android:focusable="true"
android:text="@string/clear_data_delete" />
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698