summaryrefslogtreecommitdiffstats
path: root/res/values/arrays.xml
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-10-07 05:07:51 +0300
committerMichael Bestas <mikeioannina@gmail.com>2015-09-20 20:02:05 +0300
commitc13bc9672f7b2f41d04410a76bf8d06a461b6bcc (patch)
tree8e327f3065b25484134dc6bea2cd4d3f65305e73 /res/values/arrays.xml
parentd39f18084212bc11e845549156ad58da0ecef920 (diff)
downloadandroid_packages_apps_Snap-c13bc9672f7b2f41d04410a76bf8d06a461b6bcc.tar.gz
android_packages_apps_Snap-c13bc9672f7b2f41d04410a76bf8d06a461b6bcc.tar.bz2
android_packages_apps_Snap-c13bc9672f7b2f41d04410a76bf8d06a461b6bcc.zip
Snap: Cleanup qcom string resources
* Remove tons of unused strings * Make some strings shorter to fit better in the settings popup * 'Off' should be always the first option, else the app behaves unexpectedly * Use consistent strings for all on/off options * Replace string references to entryvalues for all qcom options with the actual parameters * Group arrays & strings based on the option Change-Id: I092ce765013e7a80a2928df8e7d1b7e7bfd67905
Diffstat (limited to 'res/values/arrays.xml')
-rw-r--r--res/values/arrays.xml33
1 files changed, 0 insertions, 33 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 1d5ef0604..00088471a 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -62,17 +62,6 @@
<item>2</item>
</string-array>
- <!-- Camera Preference save path entries -->
- <string-array name="pref_camera_savepath_entries" translatable="false">
- <item>@string/pref_camera_savepath_entry_0</item>
- <item>@string/pref_camera_savepath_entry_1</item>
- </string-array>
-
- <string-array name="pref_camera_savepath_entryvalues" translatable="false">
- <item>0</item>
- <item>1</item>
- </string-array>
-
<!-- These values correspond to the time interval between frame capture in millseconds
for time lapse recording -->
<string-array name="pref_video_time_lapse_frame_interval_entryvalues" translatable="false">
@@ -778,26 +767,4 @@
<item>@string/pref_camera_countdown_label_fifteen</item>
</string-array>
- <!-- VideoCamera Preferences video rotations entry-->
- <string-array name="pref_camera_video_rotation_entries" translatable="false">
- <item>@string/pref_camera_video_rotation_entry_0</item>
- <item>@string/pref_camera_video_rotation_entry_90</item>
- <item>@string/pref_camera_video_rotation_entry_180</item>
- <item>@string/pref_camera_video_rotation_entry_270</item>
- </string-array>
-
- <string-array name="pref_camera_video_rotation_labels" translatable="false">
- <item>@string/pref_camera_video_rotation_label_0</item>
- <item>@string/pref_camera_video_rotation_label_90</item>
- <item>@string/pref_camera_video_rotation_label_180</item>
- <item>@string/pref_camera_video_rotation_label_270</item>
- </string-array>
-
- <string-array name="pref_camera_video_rotation_entryvalues" translatable="false">
- <item>0</item>
- <item>90</item>
- <item>180</item>
- <item>270</item>
- </string-array>
-
</resources>