| 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 06ce3be9cee590b4941d56f632fa2930fa100b41..d917a3a7aea64c748ca8ec367c5e87ced378e981 100644
|
| --- a/chrome/android/java/res/layout/menu_item.xml
|
| +++ b/chrome/android/java/res/layout/menu_item.xml
|
| @@ -8,7 +8,7 @@
|
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
| android:layout_width="match_parent"
|
| android:layout_height="wrap_content"
|
| - android:background="?android:attr/selectableItemBackground">
|
| + android:background="?android:attr/listChoiceBackgroundIndicator">
|
| <TextView
|
| android:id="@+id/menu_item_text"
|
| android:textAppearance="?android:attr/textAppearanceLargePopupMenu"
|
|
|