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

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

Issue 617073009: [Android] Attempt to fix further menu issues (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reworked change Created 6 years, 2 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 | no next file » | 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 55a67dab568cbc0d2026022150d52deb50b4bfa5..09bfd207d7387d7e94cf277e93637ed954f7f5a8 100644
--- a/chrome/android/java/res/values-v17/styles.xml
+++ b/chrome/android/java/res/values-v17/styles.xml
@@ -16,7 +16,7 @@
<item name="android:fontFamily">sans-serif</item>
<item name="android:textStyle">bold</item>
</style>
- <style name="OverflowMenuTheme" parent="Theme.AppCompat.Light">
+ <style name="OverflowMenuThemeBase" parent="Theme.AppCompat.Light">
<item name="android:popupBackground">@null</item>
<item name="android:listDivider">@null</item>
<item name="android:listPreferredItemHeightSmall">48dp</item>
@@ -25,6 +25,7 @@
<item name="android:textSize">16sp</item>
<item name="android:fontFamily">sans-serif</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 | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698