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

Unified Diff: ui/android/java/res/layout/dropdown_item.xml

Issue 2665433002: [Merge M57] Use uniform margin for icon, label and sublabel (Closed)
Patch Set: Created 3 years, 11 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: ui/android/java/res/layout/dropdown_item.xml
diff --git a/ui/android/java/res/layout/dropdown_item.xml b/ui/android/java/res/layout/dropdown_item.xml
index 49469d4da414699e644db841b6d470caccc9d017..8e691372bde7741c19a9d67a615a5a01248fa648 100644
--- a/ui/android/java/res/layout/dropdown_item.xml
+++ b/ui/android/java/res/layout/dropdown_item.xml
@@ -44,8 +44,8 @@
android:id="@+id/dropdown_sublabel"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginEnd="10dp"
- android:layout_marginStart="10dp"
+ android:layout_marginEnd="@dimen/dropdown_item_label_margin"
+ android:layout_marginStart="@dimen/dropdown_item_label_margin"
android:ellipsize="end"
android:includeFontPadding="false"
android:singleLine="true"

Powered by Google App Engine
This is Rietveld 408576698