summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorlikaid <likaid@codeaurora.org>2015-03-19 11:15:14 +0800
committerlikaid <likaid@codeaurora.org>2015-03-19 11:15:14 +0800
commit46b7f560733c9cc7e0f096dec5e8d1c606a9f1a9 (patch)
tree1263fbfac75a02ccf9378e63985dfde0856bb013 /res/xml
parent42b2daeba74f4bb7f689a2b273aa42c00b873912 (diff)
downloadandroid_packages_apps_Snap-46b7f560733c9cc7e0f096dec5e8d1c606a9f1a9.tar.gz
android_packages_apps_Snap-46b7f560733c9cc7e0f096dec5e8d1c606a9f1a9.tar.bz2
android_packages_apps_Snap-46b7f560733c9cc7e0f096dec5e8d1c606a9f1a9.zip
SnapdragonCamera: Make video duration icon display.
The ListPreference can not display icon bitmap. Modify ListPreference to IconListPreference to make icon show. Change-Id: Ice78cf375035ab527e1e1c2683f448cdbbb907da CRs-Fixed: 809557
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/video_preferences.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/video_preferences.xml b/res/xml/video_preferences.xml
index b82ca1ba3..31b2d4c31 100644
--- a/res/xml/video_preferences.xml
+++ b/res/xml/video_preferences.xml
@@ -47,7 +47,7 @@
camera:title="@string/pref_camera_video_tnr_title"
camera:entries="@array/pref_camera_video_tnr_entries"
camera:entryValues="@array/pref_camera_video_tnr_entryvalues" />
- <ListPreference
+ <IconListPreference
camera:key="pref_camera_video_duration_key"
camera:defaultValue="@string/pref_camera_video_duration_default"
camera:title="@string/pref_camera_video_duration_title"