summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorzhuw <zhuw@codeaurora.org>2017-12-27 16:42:37 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2018-01-03 19:08:06 -0800
commita65c9f0023fdb5903e701aaaf1b4916743e9c953 (patch)
tree19e198fb73789790dffe8a931a7c720c7911b1a2 /res/layout
parentd15bf9b4bd431a9a031d3a5e33bf20d51503e04f (diff)
downloadandroid_packages_apps_Snap-a65c9f0023fdb5903e701aaaf1b4916743e9c953.tar.gz
android_packages_apps_Snap-a65c9f0023fdb5903e701aaaf1b4916743e9c953.tar.bz2
android_packages_apps_Snap-a65c9f0023fdb5903e701aaaf1b4916743e9c953.zip
Snapdragon: Add bokeh enable options in dev
add bokeh enable options in dev. value: true->enable false->disable blur->enter int value Change-Id: I4e69a5371b60ce55dee2468634b1e14956811f22 CRs-Fixed: 2164757
Diffstat (limited to 'res/layout')
-rwxr-xr-xres/layout/one_ui_layout.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/res/layout/one_ui_layout.xml b/res/layout/one_ui_layout.xml
index 59e31b95d..6baed0579 100755
--- a/res/layout/one_ui_layout.xml
+++ b/res/layout/one_ui_layout.xml
@@ -222,4 +222,16 @@
</com.android.camera.ui.RotateLayout>
</RelativeLayout>
</LinearLayout>
+
+ <SeekBar
+ android:layout_width="220dp"
+ android:layout_height="wrap_content"
+ android:maxHeight="3dip"
+ android:minHeight="1dip"
+ android:layout_gravity="center_horizontal|bottom"
+ android:layout_marginBottom="90dp"
+ android:progressDrawable="@drawable/beautify_progressbar_style"
+ android:thumb="@drawable/ic_beautify_oval"
+ android:id="@+id/bokeh_seekbar"
+ android:visibility="invisible"/>
</com.android.camera.ui.OneUICameraControls>