summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorRavi Banuri <ravibanuri@codeaurora.org>2015-10-21 15:54:59 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2015-11-08 22:56:22 -0800
commit49f14dd9382af3a04ec27bde0b2ae7362220181a (patch)
tree63be966b79c42e2e46b486f081384f299a3a448c /AndroidManifest.xml
parentc963ee889ea7e1f05c51129a8c742f8cfd874047 (diff)
downloadandroid_packages_apps_Gallery2-49f14dd9382af3a04ec27bde0b2ae7362220181a.tar.gz
android_packages_apps_Gallery2-49f14dd9382af3a04ec27bde0b2ae7362220181a.tar.bz2
android_packages_apps_Gallery2-49f14dd9382af3a04ec27bde0b2ae7362220181a.zip
Gallery: UX enhancement
Added new resources and modified source to enhance the UI of Gallery application. CRs-Fixed: 926603 Change-Id: I5ca7c49115ab4a3531b72a53380bb765d52707a2
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 01d6123ad..93b015849 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -24,7 +24,7 @@
<original-package android:name="com.android.gallery3d" />
- <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="17" />
+ <uses-sdk android:minSdkVersion="18" android:targetSdkVersion="18"/>
<permission android:name="com.android.gallery3d.permission.GALLERY_PROVIDER"
android:protectionLevel="signatureOrSystem" />
@@ -59,7 +59,6 @@
<application android:icon="@mipmap/ic_launcher_gallery" android:label="@string/app_name"
android:name="com.android.gallery3d.app.GalleryAppImpl"
- android:theme="@style/Theme.Gallery"
android:logo="@mipmap/ic_launcher_gallery"
android:hardwareAccelerated="true"
android:largeHeap="true"
@@ -118,7 +117,8 @@
</intent-filter>
</activity>
- <activity android:name="com.android.gallery3d.app.GalleryActivity" android:label="@string/app_name"
+ <activity android:name="com.android.gallery3d.app.GalleryActivity"
+ android:theme="@style/AppTheme"
android:configChanges="keyboardHidden|orientation|screenSize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -292,7 +292,6 @@
<activity
android:name="com.android.gallery3d.filtershow.FilterShowActivity"
- android:label="@string/title_activity_filter_show"
android:theme="@style/Theme.FilterShow"
android:configChanges="keyboardHidden|orientation|screenSize">
<intent-filter>
@@ -399,6 +398,7 @@
<service android:name="com.android.camera.MediaSaveService" />
<activity android:name="org.codeaurora.gallery3d.video.SettingsActivity"
+ android:theme="@android:style/Theme.Material.Light"
android:configChanges="keyboardHidden|orientation|screenSize"
android:label="@string/streaming_settings" >
<intent-filter>
@@ -426,6 +426,7 @@
</activity>
<activity android:name="org.codeaurora.gallery3d.video.VideoSettingsActivity"
android:label="@string/movie_view_label"
+ android:theme="@android:style/Theme.Material.Light"
android:configChanges="orientation|keyboardHidden|screenSize|mnc|mcc">
</activity>
</application>