summaryrefslogtreecommitdiffstats
path: root/res/layout/capture_module.xml
diff options
context:
space:
mode:
authorCamera Software Integration <camswint@quicinc.com>2019-11-28 23:47:21 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2019-11-28 23:47:21 -0800
commitd9e0f6e76b73c78206663dad6051dc2a5fe9f0ad (patch)
tree24c9d8aaaf27fa9047b992a404e6e2a866360c5d /res/layout/capture_module.xml
parentaf6219357af1fea6a580f07766bf3c3e6e9d4c5f (diff)
parent077ef297c8c8b379b2e8164afc2dd766e5659131 (diff)
downloadandroid_packages_apps_Snap-d9e0f6e76b73c78206663dad6051dc2a5fe9f0ad.tar.gz
android_packages_apps_Snap-d9e0f6e76b73c78206663dad6051dc2a5fe9f0ad.tar.bz2
android_packages_apps_Snap-d9e0f6e76b73c78206663dad6051dc2a5fe9f0ad.zip
Merge "SnapdragonCamera: Add TextView for fix UI blured" into camera-SnapdragonCamera.lnx.2.0
Diffstat (limited to 'res/layout/capture_module.xml')
-rwxr-xr-xres/layout/capture_module.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/res/layout/capture_module.xml b/res/layout/capture_module.xml
index afc199547..2319b97c5 100755
--- a/res/layout/capture_module.xml
+++ b/res/layout/capture_module.xml
@@ -166,6 +166,19 @@
android:layout_width="match_parent"
android:layout_height="match_parent" />
+ <TextView
+ android:id="@+id/zoom_switch"
+ android:layout_width="1dp"
+ android:layout_height="1dp"
+ android:layout_gravity="center_vertical|right"
+ android:layout_marginRight="20dp"
+ android:text="1x"
+ android:textColor="@android:color/transparent"
+ android:alpha="0.7"
+ android:gravity="center"
+ android:clickable="true"
+ android:background="#00000000"
+ android:textSize="12sp"/>
<FrameLayout
android:layout_width="match_parent"