Follow framework API changes

Change-Id: Idda69badd6405fe6ddff1d3f4b8ea06332ac3360
This commit is contained in:
Adam Powell 2011-08-02 16:51:40 -07:00
parent 6bf982abf7
commit 72fb0c8b2f
3 changed files with 3 additions and 2 deletions

View File

@ -91,6 +91,7 @@
android:label="@string/app_name"
android:name="Email"
android:theme="@style/EmailTheme"
android:uiOptions="splitActionBarWhenNarrow"
android:hardwareAccelerated="false"
>
<activity

View File

@ -16,6 +16,6 @@
<!-- See also values-xlarge for specializations for xlarge screens -->
<resources>
<style name="EmailTheme" parent="@android:style/Theme.Holo.Light.SplitActionBarWhenNarrow">
<style name="EmailTheme" parent="@android:style/Theme.Holo.Light">
</style>
</resources>

View File

@ -16,7 +16,7 @@
<!-- non-xlarge. See also values-xlarge for specializations for xlarge screens -->
<resources>
<style name="EmailTheme" parent="@android:style/Theme.Holo.Light.SolidActionBar.Inverse">
<style name="EmailTheme" parent="@android:style/Theme.Holo.Light.DarkActionBar">
</style>
<style name="unreadCount">