diff options
-rw-r--r-- | res/drawable-hdpi/ic_exposure_holo_light.png | bin | 0 -> 843 bytes | |||
-rw-r--r-- | res/drawable-mdpi/ic_exposure_holo_light.png | bin | 0 -> 687 bytes | |||
-rw-r--r-- | res/drawable-w1024dp-hdpi/ic_exposure_holo_light.png | bin | 0 -> 1057 bytes | |||
-rw-r--r-- | res/drawable-w1024dp-mdpi/ic_exposure_holo_light.png | bin | 0 -> 880 bytes | |||
-rw-r--r-- | res/drawable-w1024dp-xhdpi/ic_exposure_holo_light.png | bin | 0 -> 1383 bytes | |||
-rw-r--r-- | res/drawable-xhdpi/ic_exposure_holo_light.png | bin | 0 -> 1000 bytes | |||
-rw-r--r-- | res/xml/camera_preferences.xml | 5 |
7 files changed, 3 insertions, 2 deletions
diff --git a/res/drawable-hdpi/ic_exposure_holo_light.png b/res/drawable-hdpi/ic_exposure_holo_light.png Binary files differnew file mode 100644 index 0000000..8307baa --- /dev/null +++ b/res/drawable-hdpi/ic_exposure_holo_light.png diff --git a/res/drawable-mdpi/ic_exposure_holo_light.png b/res/drawable-mdpi/ic_exposure_holo_light.png Binary files differnew file mode 100644 index 0000000..0d916f9 --- /dev/null +++ b/res/drawable-mdpi/ic_exposure_holo_light.png diff --git a/res/drawable-w1024dp-hdpi/ic_exposure_holo_light.png b/res/drawable-w1024dp-hdpi/ic_exposure_holo_light.png Binary files differnew file mode 100644 index 0000000..0285708 --- /dev/null +++ b/res/drawable-w1024dp-hdpi/ic_exposure_holo_light.png diff --git a/res/drawable-w1024dp-mdpi/ic_exposure_holo_light.png b/res/drawable-w1024dp-mdpi/ic_exposure_holo_light.png Binary files differnew file mode 100644 index 0000000..5ba7530 --- /dev/null +++ b/res/drawable-w1024dp-mdpi/ic_exposure_holo_light.png diff --git a/res/drawable-w1024dp-xhdpi/ic_exposure_holo_light.png b/res/drawable-w1024dp-xhdpi/ic_exposure_holo_light.png Binary files differnew file mode 100644 index 0000000..078925d --- /dev/null +++ b/res/drawable-w1024dp-xhdpi/ic_exposure_holo_light.png diff --git a/res/drawable-xhdpi/ic_exposure_holo_light.png b/res/drawable-xhdpi/ic_exposure_holo_light.png Binary files differnew file mode 100644 index 0000000..85d6f56 --- /dev/null +++ b/res/drawable-xhdpi/ic_exposure_holo_light.png diff --git a/res/xml/camera_preferences.xml b/res/xml/camera_preferences.xml index aa1882f..feaa0b0 100644 --- a/res/xml/camera_preferences.xml +++ b/res/xml/camera_preferences.xml @@ -25,10 +25,11 @@ camera:largeIcons="@array/camera_flashmode_largeicons" camera:entries="@array/pref_camera_flashmode_entries" camera:entryValues="@array/pref_camera_flashmode_entryvalues" /> - <ListPreference + <IconListPreference camera:key="pref_camera_exposure_key" camera:defaultValue="@string/pref_exposure_default" - camera:title="@string/pref_exposure_title" /> + camera:title="@string/pref_exposure_title" + camera:singleIcon="@drawable/ic_exposure_holo_light" /> <IconListPreference camera:key="pref_camera_scenemode_key" camera:defaultValue="@string/pref_camera_scenemode_default" |