summaryrefslogtreecommitdiffstats
path: root/res/layout/video_module.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/video_module.xml')
-rwxr-xr-xres/layout/video_module.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/layout/video_module.xml b/res/layout/video_module.xml
index 56f585787..0d8c4cb30 100755
--- a/res/layout/video_module.xml
+++ b/res/layout/video_module.xml
@@ -97,6 +97,11 @@
android:onClick="onReviewPlayClicked"/>
</FrameLayout>
+ <com.android.camera.ui.focus.FocusRingView
+ android:id="@+id/focus_ring"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" />
+
<include layout="@layout/camera_controls"
android:layout_gravity="center"
style="@style/CameraControls"/>