| 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..ef69ef249e07f59aa273e03e48495099e8e68c91 100644
|
| --- a/chrome/android/java/res/layout/password_entry_editor_interactive.xml
|
| +++ b/chrome/android/java/res/layout/password_entry_editor_interactive.xml
|
| @@ -45,7 +45,9 @@
|
| android:layout_weight="1" />
|
|
|
| <ImageButton
|
| + android:id="@+id/password_entry_editor_copy_site"
|
| style="?android:attr/buttonStyleSmall"
|
| + android:background="@null"
|
| android:layout_width="match_parent"
|
| android:layout_height="wrap_content"
|
| android:layout_gravity="end"
|
| @@ -87,7 +89,9 @@
|
| android:layout_weight="1" />
|
|
|
| <ImageButton
|
| + android:id="@+id/password_entry_editor_copy_username"
|
| style="?android:attr/buttonStyleSmall"
|
| + android:background="@null"
|
| android:layout_width="match_parent"
|
| android:layout_height="wrap_content"
|
| android:layout_gravity="end"
|
| @@ -119,6 +123,7 @@
|
| android:layout_height="wrap_content"
|
| android:layout_marginTop="10dp"
|
| android:layout_marginStart="15dp"
|
| + android:inputType="textPassword"
|
| android:textAppearance="?android:attr/textAppearanceMedium" />
|
|
|
| <View
|
| @@ -127,6 +132,8 @@
|
| android:layout_weight="1" />
|
|
|
| <ImageButton
|
| + android:id="@+id/password_entry_editor_view_password"
|
| + android:background="@null"
|
| style="?android:attr/buttonStyleSmall"
|
| android:layout_width="match_parent"
|
| android:layout_height="wrap_content"
|
| @@ -137,6 +144,8 @@
|
| android:contentDescription="@string/password_entry_editor_view_stored_password" />
|
|
|
| <ImageButton
|
| + android:id="@+id/password_entry_editor_copy_password"
|
| + android:background="@null"
|
| style="?android:attr/buttonStyleSmall"
|
| android:layout_width="match_parent"
|
| android:layout_height="wrap_content"
|
|
|