diff options
author | Chung-yih Wang <cywang@google.com> | 2011-10-05 18:14:38 +0800 |
---|---|---|
committer | Chung-yih Wang <cywang@google.com> | 2011-10-05 18:33:43 +0800 |
commit | 2fc09f97eceef3659572d695cadd791b4dcfd19c (patch) | |
tree | ed075215369b52d80bd1ed2f552a69338a8cafec /res | |
parent | 2aa8185ae2efbafd7e4efd65fdf798819058c600 (diff) | |
download | LegacyCamera-2fc09f97eceef3659572d695cadd791b4dcfd19c.zip LegacyCamera-2fc09f97eceef3659572d695cadd791b4dcfd19c.tar.gz LegacyCamera-2fc09f97eceef3659572d695cadd791b4dcfd19c.tar.bz2 |
Rearrange the second level indicator set.
bug:5360827
+change the icon spacing to 16dp
+Store the geodata in the video.
Change-Id: I133871066b6b9a8918f861f0510e3996d5b0f839
Diffstat (limited to 'res')
-rw-r--r-- | res/xml/video_preferences.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/res/xml/video_preferences.xml b/res/xml/video_preferences.xml index 700c843..e158139 100644 --- a/res/xml/video_preferences.xml +++ b/res/xml/video_preferences.xml @@ -62,4 +62,12 @@ camera:largeIcons="@array/video_effect_icons" camera:entries="@array/pref_video_effect_entries" camera:entryValues="@array/pref_video_effect_entryvalues" /> + <RecordLocationPreference + camera:key="pref_camera_recordlocation_key" + camera:defaultValue="@string/pref_camera_recordlocation_default" + camera:title="@string/pref_camera_recordlocation_title" + camera:icons="@array/camera_recordlocation_icons" + camera:largeIcons="@array/camera_recordlocation_largeicons" + camera:entries="@array/pref_camera_recordlocation_entries" + camera:entryValues="@array/pref_camera_recordlocation_entryvalues" /> </PreferenceGroup> |