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

Unified Diff: chrome/android/java/res/values-v17/styles.xml

Issue 946433003: Remove getMenuThemeResourceId method. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix import of R.java Created 5 years, 10 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 | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuHandler.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/values-v17/styles.xml
diff --git a/chrome/android/java/res/values-v17/styles.xml b/chrome/android/java/res/values-v17/styles.xml
index 5f8807c88f88fd829750f8dba592df2f39024eca..1d1ab600e38a47d0067b66b84357c40d956cf73a 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -119,7 +119,7 @@
accessibility focusable. -->
<item name="android:clickable">true</item>
</style>
- <style name="OverflowMenuThemeBase" parent="Theme.AppCompat.Light">
+ <style name="OverflowMenuTheme" parent="Theme.AppCompat.Light">
<item name="android:popupBackground">@null</item>
<item name="android:listDivider">@null</item>
<item name="android:listPreferredItemHeightSmall">48dp</item>
@@ -127,7 +127,6 @@
<item name="android:listPreferredItemPaddingEnd">16dp</item>
<item name="android:textSize">16sp</item>
</style>
- <style name="OverflowMenuTheme" parent="OverflowMenuThemeBase" />
<style name="OverflowMenuAnim">
<item name="android:windowEnterAnimation">@anim/menu_enter</item>
<item name="android:windowExitAnimation">@anim/menu_exit</item>
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuHandler.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698