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

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

Issue 802553003: Autofill dropdown icons: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ownership Created 6 years 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 1652fcb75798524d6c17dcfcdf9559ccab6fa794..49c7e1acbd9b7b512207c79c6864af7d45e60638 100644
--- a/ui/android/java/res/layout/dropdown_item.xml
+++ b/ui/android/java/res/layout/dropdown_item.xml
@@ -11,10 +11,11 @@
android:layout_height="wrap_content"
android:gravity="center_vertical">
+ <!-- These layout params are overwritten in DropdownAdapter.java -->
<LinearLayout android:id="@+id/dropdown_label_wrapper"
android:layout_weight="1"
android:layout_width="0dp"
- android:layout_height="wrap_content"
+ android:layout_height="0dp"
android:orientation="vertical"
android:gravity="center_vertical">
« no previous file with comments | « components/resources/autofill_scaled_resources.grdp ('k') | ui/android/java/src/org/chromium/ui/DropdownAdapter.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698