Index: chrome/android/java/res/layout/three_button_menu_item.xml |
diff --git a/chrome/android/java/res/layout/three_button_menu_item.xml b/chrome/android/java/res/layout/three_button_menu_item.xml |
index ebc73532fb5ffdd57875b4a25612b9058e67aefe..25f7074cc090698e27d055e3f53e6ed03a1f2aa6 100644 |
--- a/chrome/android/java/res/layout/three_button_menu_item.xml |
+++ b/chrome/android/java/res/layout/three_button_menu_item.xml |
@@ -15,7 +15,7 @@ |
android:layout_width="wrap_content" |
android:layout_height="match_parent" |
android:layout_weight="1" |
- android:background="?android:attr/selectableItemBackground" |
+ android:background="?android:attr/listChoiceBackgroundIndicator" |
android:scaleType="center" /> |
<View |
@@ -28,7 +28,7 @@ |
android:layout_width="wrap_content" |
android:layout_height="match_parent" |
android:layout_weight="1" |
- android:background="?android:attr/selectableItemBackground" |
+ android:background="?android:attr/listChoiceBackgroundIndicator" |
android:scaleType="center" /> |
<View |
@@ -41,7 +41,7 @@ |
android:layout_width="wrap_content" |
android:layout_height="match_parent" |
android:layout_weight="1" |
- android:background="?android:attr/selectableItemBackground" |
+ android:background="?android:attr/listChoiceBackgroundIndicator" |
android:scaleType="center" /> |
</LinearLayout> |