summaryrefslogtreecommitdiffstats
path: root/res/layout/photo_module.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/photo_module.xml')
-rw-r--r--res/layout/photo_module.xml12
1 files changed, 5 insertions, 7 deletions
diff --git a/res/layout/photo_module.xml b/res/layout/photo_module.xml
index f184e0c56..794a968f4 100644
--- a/res/layout/photo_module.xml
+++ b/res/layout/photo_module.xml
@@ -45,6 +45,11 @@
android:id="@+id/focus_ring"
android:layout_width="match_parent"
android:layout_height="match_parent" />
+ <com.android.camera.ui.CaptureAnimationOverlay
+ android:id="@+id/capture_overlay"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:visibility="gone" />
<com.android.camera.ui.RotateImageView
android:id="@+id/review_image"
android:layout_width="match_parent"
@@ -53,13 +58,6 @@
android:clickable="true"
android:background="@android:color/black"
android:scaleType="fitCenter"/>
- <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:layout_width="match_parent"
android:layout_height="match_parent">