Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3883)

Unified Diff: chrome/android/java/res/layout/title_button_menu_item.xml

Issue 307003005: [Android] Update AppMenu to use the same background as stock Android menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/android/java/res/layout/three_button_menu_item.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/title_button_menu_item.xml
diff --git a/chrome/android/java/res/layout/title_button_menu_item.xml b/chrome/android/java/res/layout/title_button_menu_item.xml
index 94c085002e98f13c2a42bfa15cc83ad4afe0ce57..45c0adecdcf19774123c0535d2dcc369d3820ca7 100644
--- a/chrome/android/java/res/layout/title_button_menu_item.xml
+++ b/chrome/android/java/res/layout/title_button_menu_item.xml
@@ -6,8 +6,7 @@
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
- android:layout_height="?android:attr/listPreferredItemHeightSmall"
- android:background="?android:attr/selectableItemBackground" >
+ android:layout_height="?android:attr/listPreferredItemHeightSmall">
<Button
android:id="@+id/title"
@@ -15,7 +14,7 @@
android:layout_height="?android:attr/listPreferredItemHeightSmall"
android:layout_gravity="start"
android:layout_weight="1"
- android:background="?android:attr/selectableItemBackground"
+ android:background="?android:attr/listChoiceBackgroundIndicator"
android:gravity="center_vertical"
android:paddingEnd="9dp"
android:paddingStart="9dp"
@@ -32,7 +31,7 @@
android:id="@+id/button"
android:layout_width="48dp"
android:layout_height="48dp"
- android:background="?android:attr/selectableItemBackground"
+ android:background="?android:attr/listChoiceBackgroundIndicator"
android:padding="10dp"
android:scaleType="fitCenter" />
« no previous file with comments | « chrome/android/java/res/layout/three_button_menu_item.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698