summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorjunjiez <junjiez@codeaurora.org>2017-01-09 16:41:03 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-01-19 04:02:03 -0800
commitf07954feb812708a9ce69c47ceb81fd472c37a98 (patch)
treeef59217b360324273b2af045ba54d856a70afff0 /res/layout
parent36f2a32a9277b09badec5a16d7f6b8c9b581015e (diff)
downloadandroid_packages_apps_Snap-f07954feb812708a9ce69c47ceb81fd472c37a98.tar.gz
android_packages_apps_Snap-f07954feb812708a9ce69c47ceb81fd472c37a98.tar.bz2
android_packages_apps_Snap-f07954feb812708a9ce69c47ceb81fd472c37a98.zip
SnapdragpmCamera:Support W+T bokeh feature
Change-Id: Ic681e0bcfabddcb313943d64e4487f15b934bd50
Diffstat (limited to 'res/layout')
-rwxr-xr-x[-rw-r--r--]res/layout/photo_module.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/res/layout/photo_module.xml b/res/layout/photo_module.xml
index 2e3fb8aa0..c55433b3f 100644..100755
--- a/res/layout/photo_module.xml
+++ b/res/layout/photo_module.xml
@@ -108,4 +108,20 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="gone" />
+ <FrameLayout
+ android:layout_height="match_parent"
+ android:layout_width="match_parent"
+ android:layout_gravity="bottom">
+ <SeekBar
+ style="?android:attr/seekBarStyle"
+ android:id="@+id/blur_degree_bar"
+ android:orientation="horizontal"
+ android:layout_gravity="bottom"
+ android:paddingBottom="80dp"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginBottom="30dip"
+ android:layout_marginLeft="30dip"
+ android:layout_marginRight="30dip" />
+ </FrameLayout>
</merge>