| Index: chrome/android/java/res/layout/menu_item.xml
|
| diff --git a/chrome/android/java/res/layout/menu_item.xml b/chrome/android/java/res/layout/menu_item.xml
|
| index 668c7e5531b7b0facf35a1e282cd8a34d39cdd29..2113d1ede282877bfa89e3e6e93ef69a3fe4fefc 100644
|
| --- a/chrome/android/java/res/layout/menu_item.xml
|
| +++ b/chrome/android/java/res/layout/menu_item.xml
|
| @@ -6,11 +6,9 @@
|
| -->
|
| <!-- Layout for each item in the menu popup -->
|
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
| + style="@style/AppMenuItem"
|
| android:layout_width="match_parent"
|
| - android:layout_height="?android:attr/listPreferredItemHeightSmall"
|
| - android:paddingStart="16dp"
|
| - android:paddingEnd="16dp"
|
| - android:background="?attr/listChoiceBackgroundIndicator">
|
| + android:layout_height="?android:attr/listPreferredItemHeightSmall" >
|
| <TextView
|
| android:id="@+id/menu_item_text"
|
| android:textAppearance="?android:attr/textAppearanceLargePopupMenu"
|
|
|