summaryrefslogtreecommitdiffstats
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
commit2f8439e4a2b038746ff6792d2ea797cbdfdf7108 (patch)
tree369b5463904d125341ff1988b045d5002a94a8e1
parent9194ad576d53852039f7de823ce3e54232e680d6 (diff)
downloadandroid_packages_apps_Snap-2f8439e4a2b038746ff6792d2ea797cbdfdf7108.tar.gz
android_packages_apps_Snap-2f8439e4a2b038746ff6792d2ea797cbdfdf7108.tar.bz2
android_packages_apps_Snap-2f8439e4a2b038746ff6792d2ea797cbdfdf7108.zip
Add flash animation to photo module
Change-Id: I9faa46e71e27064c4fbcb629c5c31cc4d7b22652
-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"