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

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

Issue 2113493002: [Payments] Switch to using TextInputLayouts, update statusbar color (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments Created 4 years, 6 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/autofill_profile_editor.xml
diff --git a/chrome/android/java/res/layout/autofill_profile_editor.xml b/chrome/android/java/res/layout/autofill_profile_editor.xml
index a9b0617b98c3e86b9d80d8d4bcc967fd099972c1..559c06081d6b523c7853ee3b8502652ecf5f951e 100644
--- a/chrome/android/java/res/layout/autofill_profile_editor.xml
+++ b/chrome/android/java/res/layout/autofill_profile_editor.xml
@@ -39,7 +39,7 @@
android:orientation="vertical" >
</LinearLayout>
- <org.chromium.chrome.browser.widget.FloatLabelLayout
+ <org.chromium.chrome.browser.widget.CompatibilityTextInputLayout
android:id="@+id/phone_number_label"
android:layout_width="match_parent"
android:layout_height="wrap_content" >
@@ -51,9 +51,9 @@
android:inputType="phone"
android:singleLine="true"
android:hint="@string/autofill_profile_editor_phone_number" />
- </org.chromium.chrome.browser.widget.FloatLabelLayout>
+ </org.chromium.chrome.browser.widget.CompatibilityTextInputLayout>
- <org.chromium.chrome.browser.widget.FloatLabelLayout
+ <org.chromium.chrome.browser.widget.CompatibilityTextInputLayout
android:id="@+id/email_address_label"
android:layout_width="match_parent"
android:layout_height="wrap_content" >
@@ -65,6 +65,6 @@
android:inputType="textEmailAddress"
android:singleLine="true"
android:hint="@string/autofill_profile_editor_email_address" />
- </org.chromium.chrome.browser.widget.FloatLabelLayout>
+ </org.chromium.chrome.browser.widget.CompatibilityTextInputLayout>
</merge>

Powered by Google App Engine
This is Rietveld 408576698