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

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

Issue 887153003: Add CVC icon to card unmasking prompt (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ems Created 5 years, 11 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_card_unmask_prompt.xml
diff --git a/ui/android/java/res/layout/autofill_card_unmask_prompt.xml b/chrome/android/java/res/layout/autofill_card_unmask_prompt.xml
similarity index 90%
rename from ui/android/java/res/layout/autofill_card_unmask_prompt.xml
rename to chrome/android/java/res/layout/autofill_card_unmask_prompt.xml
index 360e2169200b159454ba77d8781667111c0bfb9b..2ab4a361c8ef563139557e7331a085a914f97c1e 100644
--- a/ui/android/java/res/layout/autofill_card_unmask_prompt.xml
+++ b/chrome/android/java/res/layout/autofill_card_unmask_prompt.xml
@@ -47,10 +47,17 @@
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_marginStart="16dp"
- android:layout_marginEnd="16dp"
android:ems="4"
android:hint="@string/card_unmask_input_hint" />
+ <ImageView
+ android:id="@+id/cvc_hint_image"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center_vertical"
+ android:layout_marginStart="8dp"
+ android:layout_marginEnd="16dp" />
+
<ProgressBar
style="@android:style/Widget.ProgressBar.Small"
android:id="@+id/verification_progress_bar"

Powered by Google App Engine
This is Rietveld 408576698