summaryrefslogtreecommitdiffstats
path: root/res/values/themes.xml
diff options
context:
space:
mode:
authorAndrew Sapperstein <asapperstein@google.com>2014-09-07 16:38:18 -0700
committerAndrew Sapperstein <asapperstein@google.com>2014-09-07 16:38:18 -0700
commite55e045698f1973470e1c5df5f249309c6373fa5 (patch)
treedbd54abee666779c6563a0d7e26880ba5ab44ba1 /res/values/themes.xml
parent382aa194633866a7b1e9948b6fba40f23d939f4c (diff)
downloadandroid_packages_apps_UnifiedEmail-e55e045698f1973470e1c5df5f249309c6373fa5.tar.gz
android_packages_apps_UnifiedEmail-e55e045698f1973470e1c5df5f249309c6373fa5.tar.bz2
android_packages_apps_UnifiedEmail-e55e045698f1973470e1c5df5f249309c6373fa5.zip
Set color for photoviewer recent entry. b/17389434
Change-Id: I8cca71c375944d8160955bc6bdf88b2ce1155eaf
Diffstat (limited to 'res/values/themes.xml')
-rw-r--r--res/values/themes.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/res/values/themes.xml b/res/values/themes.xml
index 6da39b17e..5ba608ddb 100644
--- a/res/values/themes.xml
+++ b/res/values/themes.xml
@@ -60,4 +60,8 @@
<item name="android:windowAnimationStyle">@android:style/Animation</item>
</style>
-</resources> \ No newline at end of file
+ <style name="MailPhotoViewTheme" parent="@style/PhotoViewTheme">
+ <item name="colorPrimary">@color/actionbar_color</item>
+ </style>
+
+</resources>