summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorAngus Kong <shkong@google.com>2011-08-21 23:53:28 +0800
committerAngus Kong <shkong@google.com>2011-08-22 22:15:01 +0800
commit5fde6d5259fccaed4bc517697a4930d3b69ae860 (patch)
tree03a7519548d9dc8a07202da19c3e1873ecb43b7a /res/values/strings.xml
parentcd5f34c389d0d929687b95885e348d574f574d85 (diff)
downloadLegacyCamera-5fde6d5259fccaed4bc517697a4930d3b69ae860.zip
LegacyCamera-5fde6d5259fccaed4bc517697a4930d3b69ae860.tar.gz
LegacyCamera-5fde6d5259fccaed4bc517697a4930d3b69ae860.tar.bz2
Show spinner dialog when generating mosaic.
bug:5141680 Change-Id: I66aa7530361728549da517b1cad1fea881894b4e
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 05a479f..77c5513 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -274,6 +274,12 @@
<!-- The text shown when the panorama panning speed is to fast [CHAR LIMIT=12] -->
<string name="pano_too_fast_prompt">Too Fast</string>
+ <!-- The text shown in the progress dialog when panorama preview is generating in the background [CHAR LIMIT=30] -->
+ <string name="pano_dialog_prepare_preview">Preparing preview...</string>
+
+ <!-- The text shown in the progress dialog when generating the final panorama result in the background [CHAR LIMIT=30] -->
+ <string name="pano_dialog_generate_panorama">Generating panorama...</string>
+
<!-- Toast telling users tapping on the viewfinder will trigger autofocus [CHAR LIMIT=24] -->
<string name="tap_to_focus">Tap to focus</string>
</resources>