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

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

Issue 2841603002: Clear browsing data ui fixes (Closed)
Patch Set: 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
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 4da49fdf1544cac7b7077db972801f0dd1d3900d..0c86a45f7e37f2e2adab28be389e58a69cc944d3 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
@@ -27,7 +27,7 @@
android:layout_height="wrap_content"
android:padding="8dp"
android:minHeight="48dp"
- android:layout_marginEnd="8dp"
+ android:layout_marginEnd="@dimen/clear_browsing_data_button_margin"
android:focusable="true"
android:text="@string/clear_data_delete" />

Powered by Google App Engine
This is Rietveld 408576698