Switch from Theme.Holo.Light.Extended to Theme.Holo.Light

Change-Id: I91a43412a87a5444042141c9d6917e1ff200fe7a
This commit is contained in:
Makoto Onuki 2010-11-15 12:01:45 -08:00
parent 27c70e3322
commit b43c991e5f
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
<application android:icon="@drawable/icon" android:label="@string/app_name"
android:name="Email"
android:theme="@android:style/Theme.Holo.Light.Extended"
android:theme="@android:style/Theme.Holo.Light"
android:hardwareAccelerated="false"
>
<!-- STOPSHIP android:hardwareAccelerated should be "true" -->