summaryrefslogtreecommitdiffstats
path: root/res/layout/video_module.xml
diff options
context:
space:
mode:
authorDoris Liu <tianliu@google.com>2013-06-24 11:30:24 -0700
committerDoris Liu <tianliu@google.com>2013-08-05 19:04:33 -0700
commitae7ef761a14a4f84b3a196fc0c71069c8fd3fa56 (patch)
tree339a46648189f43b23ca52d1ed7741d2b7f72b69 /res/layout/video_module.xml
parent077e718ecb6eb07997ad7c458d38eb21b3b2e6f9 (diff)
downloadandroid_packages_apps_Gallery2-ae7ef761a14a4f84b3a196fc0c71069c8fd3fa56.tar.gz
android_packages_apps_Gallery2-ae7ef761a14a4f84b3a196fc0c71069c8fd3fa56.tar.bz2
android_packages_apps_Gallery2-ae7ef761a14a4f84b3a196fc0c71069c8fd3fa56.zip
Implement capture animation
Also fix the thumb view by using real jpeg data rather than a preview frame Bug: 10074619 Change-Id: Ie38884b30977c350b2ca0e0671bd9f5b10d3681e
Diffstat (limited to 'res/layout/video_module.xml')
-rw-r--r--res/layout/video_module.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/layout/video_module.xml b/res/layout/video_module.xml
index 9eb3e84e2..2df1adc9b 100644
--- a/res/layout/video_module.xml
+++ b/res/layout/video_module.xml
@@ -21,6 +21,13 @@
android:id="@+id/preview_content"
android:layout_width="match_parent"
android:layout_height="match_parent" />
+ <View
+ android:id="@+id/flash_overlay"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:background="@android:color/white"
+ android:visibility="gone"
+ android:alpha="0" />
<FrameLayout android:id="@+id/preview_border"
android:layout_width="match_parent"
android:layout_height="match_parent"