summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--AndroidManifest.xml2
-rw-r--r--res/values/themes.xml6
2 files changed, 6 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 6ae2b7cc6..a20f808e8 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -108,7 +108,7 @@
<activity
android:name=".photo.MailPhotoViewActivity"
android:label="@string/app_name"
- android:theme="@style/PhotoViewTheme" >
+ android:theme="@style/MailPhotoViewTheme" >
</activity>
<activity
android:name=".browse.EmlViewerActivity"
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>