summaryrefslogtreecommitdiffstats
path: root/res/xml/video_preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/video_preferences.xml')
-rw-r--r--res/xml/video_preferences.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/res/xml/video_preferences.xml b/res/xml/video_preferences.xml
index 488ad6e97..626779f50 100644
--- a/res/xml/video_preferences.xml
+++ b/res/xml/video_preferences.xml
@@ -67,7 +67,7 @@
camera:key="pref_camera_exposure_key"
camera:defaultValue="@string/pref_exposure_default"
camera:title="@string/pref_exposure_title"
- camera:singleIcon="@drawable/ic_exposure_holo_light" />
+ camera:singleIcon="@drawable/ic_settings_exposure" />
<IconListPreference
camera:key="pref_camera_whitebalance_key"
camera:defaultValue="@string/pref_camera_whitebalance_default"
@@ -184,16 +184,18 @@
camera:title="@string/pref_camera_video_rotation_title"
camera:entries="@array/pref_camera_video_rotation_entries"
camera:entryValues="@array/pref_camera_video_rotation_entryvalues" />
- <ListPreference
+ <IconListPreference
camera:key="pref_power_shutter"
camera:defaultValue="@string/pref_camera_power_shutter_default"
camera:title="@string/pref_camera_power_shutter_title"
camera:entries="@array/pref_switch_entries"
+ camera:singleIcon="@drawable/ic_settings_powershutter"
camera:entryValues="@array/pref_switch_entryvalues" />
- <ListPreference
+ <IconListPreference
camera:key="pref_max_brightness"
camera:defaultValue="@string/pref_camera_max_brightness_default"
camera:title="@string/pref_camera_max_brightness_title"
camera:entries="@array/pref_switch_entries"
+ camera:singleIcon="@drawable/ic_settings_bright_screen"
camera:entryValues="@array/pref_switch_entryvalues" />
</PreferenceGroup>