summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorlikaid <likaid@codeaurora.org>2015-03-19 11:15:14 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2015-04-03 19:38:58 -0700
commit31fa516b03a034b27657694060f2985006fe9287 (patch)
tree828f223c6fcf5ffa4b9ad7fdebb0bcf56d75b8c1 /res
parent316a45486e957effe01b1ce8ef8e869039b05e0d (diff)
downloadandroid_packages_apps_Snap-31fa516b03a034b27657694060f2985006fe9287.tar.gz
android_packages_apps_Snap-31fa516b03a034b27657694060f2985006fe9287.tar.bz2
android_packages_apps_Snap-31fa516b03a034b27657694060f2985006fe9287.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')
-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"