| Index: chrome/android/java/res/layout/password_entry_editor_interactive.xml
|
| diff --git a/chrome/android/java/res/layout/password_entry_editor_interactive.xml b/chrome/android/java/res/layout/password_entry_editor_interactive.xml
|
| index 3e43d500a0e4e1edbc9ffa9fdc50a303af655da3..7a999b102c0fbba9f2f8812a09577f1c9988fedb 100644
|
| --- a/chrome/android/java/res/layout/password_entry_editor_interactive.xml
|
| +++ b/chrome/android/java/res/layout/password_entry_editor_interactive.xml
|
| @@ -78,8 +78,7 @@
|
| android:layout_height="wrap_content"
|
| android:layout_marginTop="10dp"
|
| android:layout_marginStart="15dp"
|
| - android:textAppearance="?android:attr/textAppearanceMedium"
|
| - android:contentDescription="@string/password_entry_editor_copy_stored_username" />
|
| + android:textAppearance="?android:attr/textAppearanceMedium" />
|
|
|
| <View
|
| android:layout_width="0dp"
|
| @@ -93,7 +92,8 @@
|
| android:layout_gravity="end"
|
| android:layout_marginTop="10dp"
|
| android:layout_marginEnd="15dp"
|
| - android:src="@drawable/ic_content_copy" />
|
| + android:src="@drawable/ic_content_copy"
|
| + android:contentDescription="@string/password_entry_editor_copy_stored_username" />
|
|
|
| </LinearLayout>
|
|
|
|
|