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

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

Issue 2475953002: [Autofill] Change spacing in the local card editor, address editor (Android) (Closed)
Patch Set: Further adjust top margins Created 4 years, 1 month 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/autofill_local_card_editor.xml
diff --git a/chrome/android/java/res/layout/autofill_local_card_editor.xml b/chrome/android/java/res/layout/autofill_local_card_editor.xml
index b683ca1ee24e0d80d7efb89a1ee23991e389b70d..8a70d50af883351ebf3d333afe4cad5a66e75c32 100644
--- a/chrome/android/java/res/layout/autofill_local_card_editor.xml
+++ b/chrome/android/java/res/layout/autofill_local_card_editor.xml
@@ -13,7 +13,8 @@
android:labelFor="@+id/credit_card_name_edit"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginBottom="@dimen/pref_autofill_content_spacing">
+ android:layout_marginTop="@dimen/pref_autofill_field_large_top_margin"
+ android:layout_marginBottom="@dimen/pref_autofill_field_bottom_margin">
<EditText
android:id="@+id/credit_card_name_edit"
@@ -31,7 +32,8 @@
android:labelFor="@+id/credit_card_number_edit"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginBottom="@dimen/pref_autofill_content_spacing">
+ android:layout_marginTop="@dimen/pref_autofill_field_top_margin"
+ android:layout_marginBottom="@dimen/pref_autofill_field_bottom_margin">
<EditText
android:id="@+id/credit_card_number_edit"
@@ -50,6 +52,7 @@
android:labelFor="@+id/credit_card_expiration_month"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:layout_marginTop="@dimen/pref_autofill_field_top_margin"
android:layout_marginStart="@dimen/pref_autofill_field_horizontal_padding"
android:layout_marginEnd="@dimen/pref_autofill_field_horizontal_padding"
android:textAppearance="@style/PreferenceFloatLabelTextAppearance"
@@ -60,7 +63,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/pref_autofill_field_top_margin"
- android:layout_marginBottom="@dimen/pref_autofill_content_spacing"
+ android:layout_marginBottom="@dimen/pref_autofill_dropdown_bottom_margin"
android:layout_marginStart="@dimen/pref_autofill_field_horizontal_padding"
android:layout_marginEnd="@dimen/pref_autofill_field_horizontal_padding"
android:orientation="horizontal"
« no previous file with comments | « chrome/android/java/res/layout/autofill_editor_base.xml ('k') | chrome/android/java/res/layout/autofill_profile_editor.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698