| Index: chrome/android/java/res/layout/autofill_menu_item.xml
|
| diff --git a/chrome/android/java/res/layout/autofill_menu_item.xml b/chrome/android/java/res/layout/autofill_menu_item.xml
|
| index 0e1f169a1589ef5433f28ff2398c4182486e5a43..6f860872e03f7a1b7c21052a4a765bba330a87a2 100644
|
| --- a/chrome/android/java/res/layout/autofill_menu_item.xml
|
| +++ b/chrome/android/java/res/layout/autofill_menu_item.xml
|
| @@ -27,7 +27,7 @@
|
| android:id="@+id/cc_icon"
|
| android:layout_width="@dimen/autofill_menu_icon_width"
|
| android:layout_height="@dimen/autofill_menu_icon_height"
|
| - android:layout_marginLeft="5dp"/>
|
| + android:layout_marginStart="5dp"/>
|
| <TextView
|
| android:id="@+id/adapter_item_line_1"
|
| android:layout_width="wrap_content"
|
| @@ -37,7 +37,7 @@
|
| android:ellipsize="end"
|
| android:singleLine="true"
|
| android:scrollHorizontally="true"
|
| - android:layout_marginLeft="5dp"/>
|
| + android:layout_marginStart="5dp"/>
|
| </LinearLayout>
|
| <TextView
|
| android:id="@+id/adapter_item_line_2"
|
| @@ -47,13 +47,13 @@
|
| android:ellipsize="end"
|
| android:singleLine="true"
|
| android:scrollHorizontally="true"
|
| - android:layout_marginLeft="5dp"/>
|
| + android:layout_marginStart="5dp"/>
|
| </LinearLayout>
|
| <Button
|
| android:id="@+id/adapter_item_edit_button"
|
| android:layout_width="wrap_content"
|
| android:layout_height="wrap_content"
|
| - android:layout_marginLeft="5dp"
|
| + android:layout_marginStart="5dp"
|
| android:textSize="12sp"
|
| android:textStyle="bold"
|
| android:focusable="false"
|
|
|