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

This commit is contained in:
Makoto Onuki 2010-11-15 12:54:03 -08:00 committed by Android (Google) Code Review
commit e446bb8b45

View File

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