summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Sapperstein <asapperstein@google.com>2013-08-28 10:14:06 -0700
committerAndrew Sapperstein <asapperstein@google.com>2013-08-28 10:14:06 -0700
commit2684c88368323327dd687141c982932eebd7eda1 (patch)
tree458f920ebb1fa7a8613bbeea0a381514038687c1 /AndroidManifest.xml
parent9b5fb8460331d454750819fb927c17da5fa85503 (diff)
downloadandroid_packages_apps_UnifiedEmail-2684c88368323327dd687141c982932eebd7eda1.tar.gz
android_packages_apps_UnifiedEmail-2684c88368323327dd687141c982932eebd7eda1.tar.bz2
android_packages_apps_UnifiedEmail-2684c88368323327dd687141c982932eebd7eda1.zip
Show action bar title in eml viewer. b/10515249.
Change-Id: I2432d7eb3e13411cb4f4e2da5af03ccc10f9c8b4
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 27482eee3..c8f2c3245 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -113,7 +113,7 @@
<activity
android:name=".browse.EmlViewerActivity"
android:label="@string/app_name"
- android:theme="@style/PlainUnifiedEmailTheme" >
+ android:theme="@style/UnifiedEmailTheme" >
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />