summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAhbong Chang <cwahbong@google.com>2012-08-21 14:06:51 +0800
committerAhbong Chang <cwahbong@google.com>2012-08-22 16:22:25 +0800
commit5fc3e59fd67811e38c134f6d58c42572243330be (patch)
tree98666848d0627b250c86047e534770c63bb6efb8 /AndroidManifest.xml
parentc66753055d3a74e80a5cce0fe608d930ad14072f (diff)
downloadandroid_packages_apps_Snap-5fc3e59fd67811e38c134f6d58c42572243330be.tar.gz
android_packages_apps_Snap-5fc3e59fd67811e38c134f6d58c42572243330be.tar.bz2
android_packages_apps_Snap-5fc3e59fd67811e38c134f6d58c42572243330be.zip
Do not use Theme.Holo and Theme.Holo.Dialog on gingerbread.
Bug: 6982707 Change-Id: I84726bcd6cefcc3bd0f313306163a3d80d9cdade
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 2ad38c4ce..2ef8086c2 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"