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

Unified Diff: chrome/android/java/res/layout/preference_address_float_label_layout.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/preference_address_float_label_layout.xml
diff --git a/chrome/android/java/res/layout/preference_address_float_label_layout.xml b/chrome/android/java/res/layout/preference_address_float_label_layout.xml
index 3f66eadd726743f5344ceb60616b9b619c7fc615..be6c9922756c420445aee519fef176738be877a9 100644
--- a/chrome/android/java/res/layout/preference_address_float_label_layout.xml
+++ b/chrome/android/java/res/layout/preference_address_float_label_layout.xml
@@ -8,7 +8,8 @@
android:id="@+id/float_label_layout"
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/address_edit_text"
@@ -18,4 +19,4 @@
android:imeOptions="flagNoExtractUi"
android:inputType="textPostalAddress|textCapWords" />
-</org.chromium.chrome.browser.widget.CompatibilityTextInputLayout>
+</org.chromium.chrome.browser.widget.CompatibilityTextInputLayout>
« no previous file with comments | « chrome/android/java/res/layout/autofill_server_card_editor.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698