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

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

Issue 828063004: Update Android Card Unmask prompt to rely on the controller a bit more. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use newt's description 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: ui/android/java/res/layout/autofill_card_unmask_prompt.xml
diff --git a/ui/android/java/res/layout/autofill_card_unmask_prompt.xml b/ui/android/java/res/layout/autofill_card_unmask_prompt.xml
index 8204304ee981aec94dbdc8c66ed53f61aa3b9e86..33abccaa3f93c62ad424f3fc247b71847b53641b 100644
--- a/ui/android/java/res/layout/autofill_card_unmask_prompt.xml
+++ b/ui/android/java/res/layout/autofill_card_unmask_prompt.xml
@@ -11,9 +11,9 @@
android:orientation="vertical">
<TextView
+ android:id="@+id/card_unmask_instructions"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:text="@string/card_unmask_prompt_content_text"
android:textSize="20sp"
android:paddingStart="5dp"
android:paddingEnd="5dp"

Powered by Google App Engine
This is Rietveld 408576698