summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorChao Zhang <chaoz@codeaurora.org>2016-06-06 10:39:35 +0800
committerLikai Ding <likaid@codeaurora.org>2016-07-08 09:51:55 +0800
commitad5509e1fcd462a95d6ded18cd2260bb2ea7f370 (patch)
treeb785f2f0a45d9ac38f26906c99f1f226fbc18caa /AndroidManifest.xml
parent8724b7e9dd3f64403f9469d20f797d7df379b9e8 (diff)
downloadandroid_packages_apps_Gallery2-ad5509e1fcd462a95d6ded18cd2260bb2ea7f370.tar.gz
android_packages_apps_Gallery2-ad5509e1fcd462a95d6ded18cd2260bb2ea7f370.tar.bz2
android_packages_apps_Gallery2-ad5509e1fcd462a95d6ded18cd2260bb2ea7f370.zip
Gallery: Modify some layout according to UX.
1. change MovieActivity Theme. 2. change toolbar's theme. 3. modify Straighten editor layout. 4. modify click effect of "Video Snapshot" and "Editor Comparison". 5. modify layout of trim video's timebar. 6. change video gesture's max to 1min. 7. fix the selected picture is not selected after onPause() in AlbumPage. Change-Id: Ief77f0efa3c9c1134eb3032992c797218a46db46 CRs-Fixed: 1032085
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 6a9f1ae97..72a239b3d 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -66,6 +66,7 @@
<uses-library android:name="org.apache.http.legacy" android:required="false" />
<activity android:name="com.android.gallery3d.app.MovieActivity"
android:label="@string/movie_view_label"
+ android:theme="@style/Theme.MovieActivity"
android:configChanges="orientation|keyboardHidden|screenSize|keyboard">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
@@ -262,6 +263,7 @@
</activity>
<activity android:name="com.android.gallery3d.app.TrimVideo"
android:label="@string/trim_label"
+ android:theme="@style/Theme.MovieActivity"
android:configChanges="keyboardHidden|orientation|screenSize">
<intent-filter android:label="@string/crop_label">
<action android:name="com.android.camera.action.TRIM" />