summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorjunjiez <junjiez@codeaurora.org>2017-02-22 18:23:04 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-03-02 03:17:48 -0800
commit41cabf1499bdd5465c403d39a10742baef454192 (patch)
tree6ed0b271057187edd710786a0472d38c59db7cf8 /res/xml
parentaca636015e3d82552f7066f35429129aab976313 (diff)
downloadandroid_packages_apps_Snap-41cabf1499bdd5465c403d39a10742baef454192.tar.gz
android_packages_apps_Snap-41cabf1499bdd5465c403d39a10742baef454192.tar.bz2
android_packages_apps_Snap-41cabf1499bdd5465c403d39a10742baef454192.zip
SnapdragonCamera: fix W+T UI issues
Fix sometimes parameters is not set, slider bar is showed when bokeh is not enabled and slider bar is at the bottom. Change-Id: Ief346442c94d2cbbcdf7a14e11ebd43316b15b05
Diffstat (limited to 'res/xml')
-rwxr-xr-xres/xml/camera_preferences.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/res/xml/camera_preferences.xml b/res/xml/camera_preferences.xml
index dc73d10da..bf9263ca4 100755
--- a/res/xml/camera_preferences.xml
+++ b/res/xml/camera_preferences.xml
@@ -397,9 +397,7 @@
<ListPreference
camera:key="pref_camera_bokeh_blur_degree_key"
camera:defaultValue="@string/pref_camera_bokeh_blur_degree_default"
- camera:title="@string/pref_camera_bokeh_blur_degree_title"
- camera:entries="@array/pref_camera_bokeh_blur_degree_entries"
- camera:entryValues="@array/pref_camera_bokeh_blur_degree_entry_values" />
+ camera:title="@string/pref_camera_bokeh_blur_degree_title"/>
<ListPreference