Do not use Theme.Holo and Theme.Holo.Dialog on gingerbread.
Bug: 6982707
Change-Id: I84726bcd6cefcc3bd0f313306163a3d80d9cdade
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 2ad38c4..2ef8086 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -235,7 +235,7 @@
</activity>
<activity android:name="com.android.gallery3d.settings.GallerySettings"
- android:theme="@android:style/Theme.Holo"
+ android:theme="@style/Theme.Gallery"
android:configChanges="orientation|keyboardHidden|screenSize" />
<provider android:name="com.android.gallery3d.provider.GalleryProvider"
@@ -252,7 +252,7 @@
android:theme="@style/DialogPickerTheme"/>
<activity android:name="com.android.gallery3d.gadget.WidgetTypeChooser"
android:configChanges="keyboardHidden|orientation|screenSize"
- android:theme="@android:style/Theme.Holo.Dialog"/>
+ android:theme="@style/Theme.Gallery.Dialog"/>
<activity android:name="com.android.camera.Camera"
android:taskAffinity="com.android.camera"