summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml')
-rwxr-xr-xres/xml/capture_preferences.xml9
-rwxr-xr-x[-rw-r--r--]res/xml/setting_menu_preferences.xml10
2 files changed, 17 insertions, 2 deletions
diff --git a/res/xml/capture_preferences.xml b/res/xml/capture_preferences.xml
index a92f8490e..e1146b55d 100755
--- a/res/xml/capture_preferences.xml
+++ b/res/xml/capture_preferences.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (c) 2016, The Linux Foundation. All rights reserved.
+<!-- Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
@@ -356,4 +356,11 @@
camera:title="@string/pref_camera_zoom_title"
camera:entries="@array/pref_camera_zoom_entries"
camera:entryValues="@array/pref_camera_zoom_entryvalues" />
+
+ <ListPreference
+ camera:key="pref_camera2_bsgc_key"
+ camera:defaultValue="@string/pref_camera2_bsgc_default"
+ camera:title="@string/pref_camera2_bsgc_title"
+ camera:entries="@array/pref_camera2_bsgc_entries"
+ camera:entryValues="@array/pref_camera2_bsgc_entryvalues" />
</PreferenceGroup>
diff --git a/res/xml/setting_menu_preferences.xml b/res/xml/setting_menu_preferences.xml
index 3c311245b..a8361c201 100644..100755
--- a/res/xml/setting_menu_preferences.xml
+++ b/res/xml/setting_menu_preferences.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (c) 2016, The Linux Foundation. All rights reserved.
+<!-- Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
@@ -347,5 +347,13 @@
android:entries="@array/pref_camera_zoom_entries"
android:entryValues="@array/pref_camera_zoom_entryvalues" />
+ <ListPreference
+ android:defaultValue="@string/pref_camera2_bsgc_default"
+ android:entries="@array/pref_camera2_bsgc_entries"
+ android:entryValues="@array/pref_camera2_bsgc_entryvalues"
+ android:key="pref_camera2_bsgc_key"
+ android:layout="@layout/preference"
+ android:summary="%s"
+ android:title="@string/pref_camera2_bsgc_title" />
</PreferenceCategory>
</PreferenceScreen>