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

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

Issue 2370203002: Demonstrate some ideas for level list drawable [DO NOT SUBMIT]
Patch Set: Created 4 years, 3 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/item_chooser_dialog_row.xml
diff --git a/chrome/android/java/res/layout/item_chooser_dialog_row.xml b/chrome/android/java/res/layout/item_chooser_dialog_row.xml
index f36586a3aeef43f02463257c0e7302dfeb85147c..aad6a87f6862932a150d9bfab2608cb471ea9c4e 100644
--- a/chrome/android/java/res/layout/item_chooser_dialog_row.xml
+++ b/chrome/android/java/res/layout/item_chooser_dialog_row.xml
@@ -9,5 +9,6 @@
android:paddingStart="16dp"
android:paddingEnd="16dp"
android:ellipsize="end"
+ android:drawablePadding="3dp"
ortuno 2016/09/27 07:02:30 Regarding compound drawables. I'm not really oppos
android:gravity="center_vertical"
android:singleLine="true" />

Powered by Google App Engine
This is Rietveld 408576698