summaryrefslogtreecommitdiffstats
path: root/res/layout/capture_module.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/capture_module.xml')
-rwxr-xr-xres/layout/capture_module.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/res/layout/capture_module.xml b/res/layout/capture_module.xml
index 5b0b998f4..29da7d678 100755
--- a/res/layout/capture_module.xml
+++ b/res/layout/capture_module.xml
@@ -118,6 +118,29 @@
</com.android.camera.ui.RotateLayout>
</FrameLayout>
+ <FrameLayout
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+ <com.android.camera.ui.RotateLayout
+ android:id="@+id/bokeh_tip_rect"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:layout_alignParentTop="true"
+ android:layout_alignParentLeft="true"
+ android:visibility="gone"
+ android:layout_marginLeft="24dp"
+ android:layout_marginTop="60dp">
+ <TextView
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:background="#3F000000"
+ android:textColor="@android:color/white"
+ android:textSize="16sp"
+ android:id="@+id/bokeh_status"
+ android:visibility="gone"/>
+ </com.android.camera.ui.RotateLayout>
+ </FrameLayout>
+
<include
layout="@layout/scene_mode_label"/>