summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.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 /AndroidManifest.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 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 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"