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

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

Issue 2531223003: Expanded Autofill Credit Card Popup Layout Experiment in Android. (Closed)
Patch Set: Fix merge error in AutofillSuggestion.java Created 4 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 e7dc3932c45eff484a269add2c786a5c6340d1fa..75bcece2a1cb46b436c784cdc5b0714031a9be25 100644
--- a/ui/android/java/res/layout/dropdown_item.xml
+++ b/ui/android/java/res/layout/dropdown_item.xml
@@ -12,6 +12,12 @@
android:orientation="horizontal" >
<!-- These layout params are overwritten in DropdownAdapter.java -->
+ <ImageView
+ android:id="@+id/start_dropdown_icon"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_margin="8dp"
+ android:contentDescription="@null" />
<LinearLayout
android:id="@+id/dropdown_label_wrapper"
@@ -49,7 +55,7 @@
</LinearLayout>
<ImageView
- android:id="@+id/dropdown_icon"
+ android:id="@+id/end_dropdown_icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="8dp"

Powered by Google App Engine
This is Rietveld 408576698