summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorAndrew Sapperstein <asapperstein@google.com>2013-08-21 22:59:55 -0700
committerAndrew Sapperstein <asapperstein@google.com>2013-08-21 23:16:23 -0700
commitd12ad6772ba12ffae13598432432645485b96070 (patch)
treef590ac4ddeeaec19270ebdfd9477295126179b3b /res/values
parent68141df2d855af6520a19ff9127f69463d49c3de (diff)
downloadandroid_packages_apps_UnifiedEmail-d12ad6772ba12ffae13598432432645485b96070.tar.gz
android_packages_apps_UnifiedEmail-d12ad6772ba12ffae13598432432645485b96070.tar.bz2
android_packages_apps_UnifiedEmail-d12ad6772ba12ffae13598432432645485b96070.zip
Add new darker action bar icons.
b/10264590 Change-Id: I4a9dd70c336cd6c0e906d1cfa1612d9429280363
Diffstat (limited to 'res/values')
-rw-r--r--res/values/styles.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index c354d3ac6..a01ed4d85 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -368,8 +368,14 @@
<item name="android:displayOptions"></item>
</style>
+ <style name="OverflowButtonStyle"
+ parent="@android:style/Widget.Holo.Light.ActionButton.Overflow">
+ <item name="android:src">@drawable/ic_menu_moreoverflow_normal_holo_light</item>
+ </style>
+
<style name="UnifiedEmailTheme" parent="@android:style/Theme.Holo.Light">
<item name="android:actionDropDownStyle">@style/PlainSpinnerDropdown</item>
+ <item name="android:actionOverflowButtonStyle">@style/OverflowButtonStyle</item>
<item name="android:listViewWhiteStyle">@android:style/Widget.Holo.Light.ListView</item>
</style>