summaryrefslogtreecommitdiffstats
path: root/res/layout/photo_module.xml
diff options
context:
space:
mode:
authorDoris Liu <tianliu@google.com>2013-06-19 14:20:51 -0700
committerDoris Liu <tianliu@google.com>2013-06-19 15:17:52 -0700
commita10ca0b0f41c064cc3f7485fa4cf4d2e7a0b65e4 (patch)
tree28ed6497c50f6a4662039b272792ecf5220292e9 /res/layout/photo_module.xml
parent592bfa6ae120aa092749414fe44015496fbb67fa (diff)
downloadandroid_packages_apps_Gallery2-a10ca0b0f41c064cc3f7485fa4cf4d2e7a0b65e4.tar.gz
android_packages_apps_Gallery2-a10ca0b0f41c064cc3f7485fa4cf4d2e7a0b65e4.tar.bz2
android_packages_apps_Gallery2-a10ca0b0f41c064cc3f7485fa4cf4d2e7a0b65e4.zip
Add flash animation to photo module
Change-Id: I9faa46e71e27064c4fbcb629c5c31cc4d7b22652
Diffstat (limited to 'res/layout/photo_module.xml')
-rw-r--r--res/layout/photo_module.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/layout/photo_module.xml b/res/layout/photo_module.xml
index 70a7579b7..390863a71 100644
--- a/res/layout/photo_module.xml
+++ b/res/layout/photo_module.xml
@@ -28,6 +28,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" />
<ViewStub android:id="@+id/face_view_stub"
android:inflatedId="@+id/face_view"
android:layout="@layout/face_view"