summaryrefslogtreecommitdiffstats
path: root/res/layout/video_module.xml
diff options
context:
space:
mode:
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"