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

Unified Diff: chrome/android/java/res/layout/autofill_server_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_server_card_editor.xml
diff --git a/chrome/android/java/res/layout/autofill_server_card_editor.xml b/chrome/android/java/res/layout/autofill_server_card_editor.xml
index f69d326437db51d3b2544e0078494a7f0b68eb49..87262476d58584dd2ee673f5dcfba1b6fbffd9bc 100644
--- a/chrome/android/java/res/layout/autofill_server_card_editor.xml
+++ b/chrome/android/java/res/layout/autofill_server_card_editor.xml
@@ -4,10 +4,12 @@
found in the LICENSE file. -->
<merge xmlns:android="http://schemas.android.com/apk/res/android">
+ <!-- Name of the card (type + obfuscated number) -->
<TextView
android:id="@+id/title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:layout_marginTop="@dimen/pref_autofill_field_large_top_margin"
style="@style/PreferenceTitle" />
<TextView
@@ -15,7 +17,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
style="@style/PreferenceSummary"
- android:layout_marginBottom="@dimen/pref_autofill_field_top_margin" />
+ android:layout_marginBottom="@dimen/pref_autofill_field_bottom_margin" />
<include layout="@layout/autofill_billing_address_dropdown" />

Powered by Google App Engine
This is Rietveld 408576698