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