summaryrefslogtreecommitdiffstats
path: root/res/values/qcomarrays.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/qcomarrays.xml')
-rw-r--r--res/values/qcomarrays.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/values/qcomarrays.xml b/res/values/qcomarrays.xml
index 78d796dd3..02686864e 100644
--- a/res/values/qcomarrays.xml
+++ b/res/values/qcomarrays.xml
@@ -811,5 +811,15 @@
<item>@drawable/ic_ts_makeup_on</item>
</string-array>
+ <!-- VideoCamera Preferences partial ui recording entry-->
+ <string-array name="pref_camera_video_partial_ui_entries" translatable="false">
+ <item>@string/pref_camera_video_partial_ui_entry_false</item>
+ <item>@string/pref_camera_video_partial_ui_entry_true</item>
+ </string-array>
+
+ <string-array name="pref_camera_video_partial_ui_entryvalues" translatable="false">
+ <item>@string/pref_video_partial_ui_value_false</item>
+ <item>@string/pref_video_partial_ui_value_true</item>
+ </string-array>
</resources>