summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorxianming wang <mingwax@codeaurora.org>2017-12-13 10:24:16 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2018-02-06 21:47:40 -0800
commitee8e5808ffa75f7ff77b8f8fbeb943bc8d451ce9 (patch)
tree891d9bb3eecf280d8ec72775ab4def6e1f7a606d /res/layout
parent54b13709b379cb462c0592a8bebd4a9f13f0c586 (diff)
downloadandroid_packages_apps_Snap-ee8e5808ffa75f7ff77b8f8fbeb943bc8d451ce9.tar.gz
android_packages_apps_Snap-ee8e5808ffa75f7ff77b8f8fbeb943bc8d451ce9.tar.bz2
android_packages_apps_Snap-ee8e5808ffa75f7ff77b8f8fbeb943bc8d451ce9.zip
SnapdragonCamera: Complete the function of DeepZoom
Complete the function of DeepZoom, only support the 32 bit library. Does`t support the 64 bit library. CRs-Fixed: 2116533 Change-Id: I9c181ff0de005493d345ecc0b0380dda9910ce63
Diffstat (limited to 'res/layout')
-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 ebbe7dea8..b3ade9f55 100755
--- a/res/layout/capture_module.xml
+++ b/res/layout/capture_module.xml
@@ -116,6 +116,29 @@
<include
layout="@layout/scene_mode_label"/>
+ <LinearLayout
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_marginLeft="20dp"
+ android:layout_marginTop="90dp"
+ android:gravity="left">
+ <com.android.camera.ui.RotateLayout
+ android:id="@+id/deepzoom_set_layout"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:visibility="gone">
+ <TextView
+ android:id="@+id/deepzoom_set"
+ style="@style/OnViewfinderSceneLabel"
+ android:clickable="true"
+ android:singleLine="true"
+ android:textColor="@android:color/white"
+ android:background="#90000000"
+ android:padding="6dp"
+ android:textSize="16dp" />
+ </com.android.camera.ui.RotateLayout>
+ </LinearLayout>
+
<include
style="@style/CameraControls"
layout="@layout/one_ui_layout"