summaryrefslogtreecommitdiffstats
path: root/res/values-sw600dp-land
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-10-03 18:21:11 -0700
committerYorke Lee <yorkelee@google.com>2013-10-03 18:21:11 -0700
commit96d423b27ffeb7fed25350540f5d481519fb22b2 (patch)
tree2931d720e95df777066df08b57761f982613d16b /res/values-sw600dp-land
parentd2e86a664aa66975d68bf78ae8cc88c2917507c5 (diff)
downloadpackages_apps_Contacts-96d423b27ffeb7fed25350540f5d481519fb22b2.tar.gz
packages_apps_Contacts-96d423b27ffeb7fed25350540f5d481519fb22b2.tar.bz2
packages_apps_Contacts-96d423b27ffeb7fed25350540f5d481519fb22b2.zip
Fix incorrectly colored overflow menu on 7 inch landscape
Bug: 11069410 Change-Id: If8a1e67b00973903cc2d1d615a1c7dfa8bfba034
Diffstat (limited to 'res/values-sw600dp-land')
-rw-r--r--res/values-sw600dp-land/styles.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values-sw600dp-land/styles.xml b/res/values-sw600dp-land/styles.xml
index c2f2ab86a..01116d716 100644
--- a/res/values-sw600dp-land/styles.xml
+++ b/res/values-sw600dp-land/styles.xml
@@ -17,6 +17,7 @@
<style name="PeopleTheme" parent="@android:style/Theme.Holo.Light.DarkActionBar">
<item name="android:actionBarStyle">@style/ContactsActionBarStyle</item>
<item name="android:actionBarWidgetTheme">@style/ContactsActionBarTheme</item>
+ <item name="android:actionOverflowButtonStyle">@style/ContactsActionBarOverflow</item>
<item name="android:actionBarItemBackground">@drawable/action_bar_item_background</item>
<item name="android:actionBarTabStyle">@style/ContactsActionBarTabView</item>
<item name="android:actionDropDownStyle">@style/ContactsActionBarDropDownStyle</item>