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

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

Issue 2116583002: Credit card editor for PaymentRequest UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comments in personal_data_manager_android.h Created 4 years, 5 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/payment_request_editor_icons.xml
diff --git a/chrome/android/java/res/layout/payment_request_editor_dropdown.xml b/chrome/android/java/res/layout/payment_request_editor_icons.xml
similarity index 68%
copy from chrome/android/java/res/layout/payment_request_editor_dropdown.xml
copy to chrome/android/java/res/layout/payment_request_editor_icons.xml
index df10eb7af4d9c5d84c02bf6621db3c6a9e10788c..7b2e344da7989a15031c39498b8540f996b9c2e2 100644
--- a/chrome/android/java/res/layout/payment_request_editor_dropdown.xml
+++ b/chrome/android/java/res/layout/payment_request_editor_icons.xml
@@ -13,17 +13,17 @@
android:paddingEnd="@dimen/pref_autofill_field_horizontal_padding">
<TextView
- android:id="@+id/spinner_label"
+ android:id="@+id/label"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textAppearance="@style/PreferenceFloatLabelTextAppearance" />
- <android.support.v7.widget.AppCompatSpinner
- android:id="@+id/spinner"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="@dimen/pref_autofill_field_top_margin" />
-
- <View style="@style/PreferenceSpinnerUnderlineView" />
+ <LinearLayout
+ android:id="@+id/icons_container"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:paddingBottom="@dimen/pref_autofill_content_spacing"
+ android:paddingEnd="@dimen/pref_autofill_field_horizontal_padding">
gone 2016/07/13 21:12:59 Just use /> instead of adding the other closing Li
please use gerrit instead 2016/07/14 17:21:43 Done.
+ </LinearLayout>
</LinearLayout>

Powered by Google App Engine
This is Rietveld 408576698