summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorCheng-Ru Lin <owenlin@google.com>2009-11-12 11:48:46 +0800
committerCheng-Ru Lin <owenlin@google.com>2009-11-12 14:25:54 +0800
commitcc12a303ad51063cee73715849a951fb5f383188 (patch)
treed623cf3ac9d26f79a9582164357f6e97dd911fe4 /res/xml
parent9324f11afe9366cd5479828a214dc8de8696a5ab (diff)
downloadpackages_apps_LegacyCamera-cc12a303ad51063cee73715849a951fb5f383188.zip
packages_apps_LegacyCamera-cc12a303ad51063cee73715849a951fb5f383188.tar.gz
packages_apps_LegacyCamera-cc12a303ad51063cee73715849a951fb5f383188.tar.bz2
Add icon-indicators to VideoCamera.
Change-Id: Ie5ace8cf1863636ffe94f89d70525483a95b3239 http://b/2247081
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/video_preferences.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/res/xml/video_preferences.xml b/res/xml/video_preferences.xml
index 3617f79..105d1fc 100644
--- a/res/xml/video_preferences.xml
+++ b/res/xml/video_preferences.xml
@@ -14,7 +14,8 @@
limitations under the License.
-->
-<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:camera="http://schemas.android.com/apk/res/com.android.camera">
<PreferenceCategory
android:title="@string/pref_camcorder_settings_category">
<ListPreference
@@ -31,10 +32,11 @@
android:entries="@array/pref_camera_video_duration_entries"
android:entryValues="@array/pref_camera_video_duration_entryvalues"
android:dialogTitle="@string/pref_camera_video_duration_dialogtitle" />
- <ListPreference
+ <com.android.camera.IconListPreference
android:key="pref_camera_whitebalance_key"
android:defaultValue="@string/pref_camera_whitebalance_default"
android:title="@string/pref_camera_whitebalance_title"
+ camera:icons="@array/pref_camera_whitebalance_icons"
android:entries="@array/pref_camera_whitebalance_entries"
android:entryValues="@array/pref_camera_whitebalance_entryvalues"
android:dialogTitle="@string/pref_camera_whitebalance_dialogtitle" />