summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/capture_preferences.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/xml/capture_preferences.xml b/res/xml/capture_preferences.xml
index 9ffe7d537..a55cae460 100644
--- a/res/xml/capture_preferences.xml
+++ b/res/xml/capture_preferences.xml
@@ -295,4 +295,12 @@
camera:key="pref_camera2_hfr_key"
camera:singleIcon="@drawable/ic_settings_fps"
camera:title="@string/pref_camera_hfr_title" />
+
+ <IconListPreference
+ camera:defaultValue="@string/pref_selfie_flash_default"
+ camera:entries="@array/pref_selfie_flash_entries"
+ camera:entryValues="@array/pref_selfie_flash_entryvalues"
+ camera:key="pref_selfie_flash_key"
+ camera:singleIcon="@drawable/ic_settings_flash"
+ camera:title="@string/pref_selfie_flash_title" />
</PreferenceGroup>