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

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

Issue 2137443002: Revert of [Payments] Update autofill/payments spacings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@payments_ongoing
Patch Set: 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/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..6128043ad28e6e84868d2ece292750ecc99843b3 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
@@ -7,9 +7,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
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_height="wrap_content" >
<EditText
android:id="@+id/address_edit_text"
android:layout_width="fill_parent"
@@ -17,5 +15,4 @@
android:singleLine="true"
android:imeOptions="flagNoExtractUi"
android:inputType="textPostalAddress|textCapWords" />
-
</org.chromium.chrome.browser.widget.CompatibilityTextInputLayout>
« no previous file with comments | « chrome/android/java/res/layout/payment_request_editor_footer.xml ('k') | chrome/android/java/res/values-v17/styles.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698