diff options
author | Cheng-Ru Lin <owenlin@google.com> | 2009-11-11 23:24:32 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2009-11-11 23:24:32 -0800 |
commit | fb4f6c794b282f1a255f5405cf54222acb51d512 (patch) | |
tree | 5e126bdd8a3f4b60031f7c38e02881da14ba3dbd /res/xml | |
parent | 91e7670d43fb5e56e2cb8c5fd7bddb1f3dbeb162 (diff) | |
parent | cc12a303ad51063cee73715849a951fb5f383188 (diff) | |
download | LegacyCamera-fb4f6c794b282f1a255f5405cf54222acb51d512.zip LegacyCamera-fb4f6c794b282f1a255f5405cf54222acb51d512.tar.gz LegacyCamera-fb4f6c794b282f1a255f5405cf54222acb51d512.tar.bz2 |
am cc12a303: Add icon-indicators to VideoCamera.
Merge commit 'cc12a303ad51063cee73715849a951fb5f383188' into eclair-mr2
* commit 'cc12a303ad51063cee73715849a951fb5f383188':
Add icon-indicators to VideoCamera.
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/video_preferences.xml | 6 |
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" /> |