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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/payments/ui/EditorTextField.java

Issue 2114493002: [Payments] Update autofill/payments spacings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@payments_ongoing
Patch Set: Fixing the assert 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/src/org/chromium/chrome/browser/payments/ui/EditorTextField.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/payments/ui/EditorTextField.java b/chrome/android/java/src/org/chromium/chrome/browser/payments/ui/EditorTextField.java
index f22122c800e2ccb760716f7c285e0ac4ac0f6f67..0191d9eac846f08b0b084b28ed0ae6b4c100eff2 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/payments/ui/EditorTextField.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/payments/ui/EditorTextField.java
@@ -49,6 +49,7 @@ public class EditorTextField extends CompatibilityTextInputLayout {
LayoutInflater.from(context).inflate(R.layout.payments_request_editor_textview, this, true);
mInput = (AutoCompleteTextView) findViewById(R.id.text_view);
mInput.setText(fieldModel.getValue());
+ mInput.setContentDescription(label);
mInput.setOnEditorActionListener(actionlistener);
// Validate the field when the user de-focuses it.

Powered by Google App Engine
This is Rietveld 408576698