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

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

Issue 1137623006: [android] Handle re-issued cards in unmasking prompt. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: self review Created 5 years, 7 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/chrome/android/java/res/layout/autofill_card_unmask_prompt.xml b/chrome/android/java/res/layout/autofill_card_unmask_prompt.xml
index b8c82b1c90518d7b634bc96459bc32308809f3a5..6f3d8a8a04fdd61ed6afd7ffca4f4c33686d1035 100644
--- a/chrome/android/java/res/layout/autofill_card_unmask_prompt.xml
+++ b/chrome/android/java/res/layout/autofill_card_unmask_prompt.xml
@@ -112,6 +112,15 @@
android:layout_marginStart="8dp"
android:layout_marginEnd="16dp"
android:contentDescription="@null" />
+
+ <TextView
+ android:id="@+id/new_card_link"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:singleLine="true"
+ android:textColor="@color/light_active_color"
+ android:text="@string/autofill_card_unmask_new_card_link"
+ android:visibility="gone" />
</LinearLayout>
<TextView

Powered by Google App Engine
This is Rietveld 408576698