summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorMindy Pereira <mindyp@google.com>2012-03-06 16:04:11 -0800
committerMindy Pereira <mindyp@google.com>2012-03-06 16:23:12 -0800
commitc08c15ef5b3102d582ccd9295c1222b0476f3aa1 (patch)
treeb0f805c0c8a1eeaf0d21b1c648b8bd1a7fcc6dc0 /AndroidManifest.xml
parent4dc50abafe901075258a907e9b7fb23cc1dbde07 (diff)
downloadandroid_packages_apps_UnifiedEmail-c08c15ef5b3102d582ccd9295c1222b0476f3aa1.tar.gz
android_packages_apps_UnifiedEmail-c08c15ef5b3102d582ccd9295c1222b0476f3aa1.tar.bz2
android_packages_apps_UnifiedEmail-c08c15ef5b3102d582ccd9295c1222b0476f3aa1.zip
Add proper styling for action bar.
Since we want the spinner behind the text and the number next to it, but we dont want a total custom view, we need to override the styles. Change-Id: I28bfdc899336b25e7ab94b5b42d1fd3dfc1428f3
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 fdbbd0590..0259a28ad 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -32,7 +32,7 @@
<application
android:icon="@mipmap/ic_launcher_mail"
android:label="@string/app_name"
- android:theme="@android:style/Theme.Holo.Light" >
+ android:theme="@style/UnifiedEmailTheme" >
<!-- TODO: add a permission on this -->
<activity
android:label="@string/app_name"