diff options
author | Wei-Ta Chen <weita@google.com> | 2011-06-14 16:53:04 -0700 |
---|---|---|
committer | Angus Kong <shkong@google.com> | 2011-07-27 07:37:20 +0800 |
commit | bdc7e2b461064b25b7f17b0941077fc97653093d (patch) | |
tree | 98bca1531a7e5eec6f7a531cd2a89901bb419e21 /res/values/strings.xml | |
parent | f8e7cdfca602c5f9699b54f25e1552fc20fadd15 (diff) | |
download | packages_apps_LegacyCamera-bdc7e2b461064b25b7f17b0941077fc97653093d.zip packages_apps_LegacyCamera-bdc7e2b461064b25b7f17b0941077fc97653093d.tar.gz packages_apps_LegacyCamera-bdc7e2b461064b25b7f17b0941077fc97653093d.tar.bz2 |
Check in the Mosaic Stitching codes.
1. Camera setup moved to activity level.
2. Fixed releasing and acquiring camera process.
3. Unused .xml files removed.
4. Style issues fixed.
Bug: 5031489
Change-Id: Ifd271588ca2168398e17f204f065681ead2d8f2f
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 7713e51..8772f3a 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -271,6 +271,9 @@ <!-- Video Camera format string for new video files. Passed to java.text.SimpleDateFormat. --> <string name="video_file_name_format" translatable="false">"'VID'_yyyyMMdd_HHmmss"</string> + <!-- Filename prefix for panorama output. --> + <string name="pano_file_name_format" translatable="false">"'PANO'_yyyyMMdd_HHmmss"</string> + <!-- The messsage shown when video record reaches size limit. --> <string name="video_reach_size_limit">Size limit reached.</string> |