summaryrefslogtreecommitdiffstats
path: root/res/values/qcomstrings.xml
diff options
context:
space:
mode:
authorJay Wang <jaywang@codeaurora.org>2015-05-05 10:37:52 -0700
committerByunghun Jeon <bjeon@codeaurora.org>2015-09-16 17:15:18 -0700
commit59b05fd1d75943f037aec41def16cdceb6443ecf (patch)
treebdc41665161e398f9992e7baff76243e1c1f3f9e /res/values/qcomstrings.xml
parent465c11e451e18b7f3e8109fdbbc56b866f7f8a56 (diff)
downloadandroid_packages_apps_Snap-59b05fd1d75943f037aec41def16cdceb6443ecf.tar.gz
android_packages_apps_Snap-59b05fd1d75943f037aec41def16cdceb6443ecf.tar.bz2
android_packages_apps_Snap-59b05fd1d75943f037aec41def16cdceb6443ecf.zip
SnapdragonCamera: Use floating components during video record.
During recording, there are only 2 widgets on UI. Directly attaching them to window manager and making main UI layer fully transparent can reduce power consumption. Change-Id: I8c4f4768ab91d50fc72080f0f6d7316ee2e60ef4
Diffstat (limited to 'res/values/qcomstrings.xml')
-rw-r--r--res/values/qcomstrings.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml
index 9e5e152d0..eace72dad 100644
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -862,6 +862,20 @@
<string name="pref_camera_video_rotation_entry_180">180</string>
<string name="pref_camera_video_rotation_entry_270">270</string>
+ <!-- Settings screen, Partial UI recording default value -->
+ <string name="pref_camera_video_partial_ui_default">@string/pref_video_partial_ui_value_false</string>
+
+ <!-- Settings screen, partial ui recording title -->
+ <string name="pref_camera_video_partial_ui_title">Partial UI Recording</string>
+
+ <!-- Settings screen, partial ui recording radio button choices -->
+ <string name="pref_camera_video_partial_ui_entry_false">@string/setting_off</string>
+ <string name="pref_camera_video_partial_ui_entry_true">@string/setting_on</string>
+
+ <!-- Partial ui recording values. Do not translate. -->
+ <string name="pref_video_partial_ui_value_false">false</string>
+ <string name="pref_video_partial_ui_value_true">true</string>
+
<!-- The message is shown in toast when click showOnMap Menu and there is no map app -->
<string name="map_activity_not_found_err">There is no map app for show location.</string>