| 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
|
|
|