diff options
author | Angus Kong <shkong@google.com> | 2011-09-14 14:39:30 +0800 |
---|---|---|
committer | Angus Kong <shkong@google.com> | 2011-09-14 14:45:51 +0800 |
commit | d71cbea405269be2259710f6afbde20aeea51662 (patch) | |
tree | f7edd6058d78b0289de03c11963f8c5f85f296b8 /res/values | |
parent | 6e943908bc0608a168f7590078d2f6f371f09610 (diff) | |
download | LegacyCamera-d71cbea405269be2259710f6afbde20aeea51662.zip LegacyCamera-d71cbea405269be2259710f6afbde20aeea51662.tar.gz LegacyCamera-d71cbea405269be2259710f6afbde20aeea51662.tar.bz2 |
Show "Saving..." when saving final panorama.
bug:5244268
Change-Id: Iff6a8edcfcf53c40f8eb2939fb4429c8a160de6c
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/dimens.xml | 1 | ||||
-rw-r--r-- | res/values/strings.xml | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/res/values/dimens.xml b/res/values/dimens.xml index 91920ae..5aed274 100644 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -27,6 +27,7 @@ <dimen name="pano_mosaic_surface_height">240dp</dimen> <dimen name="pano_review_button_width">70dp</dimen> <dimen name="pano_review_button_height">45dp</dimen> + <dimen name="pano_review_saving_indication_size">12sp</dimen> <dimen name="pano_capture_too_fast_text_height">70dp</dimen> <dimen name="pano_indication_width">150dp</dimen> <dimen name="pano_indication_height">75dp</dimen> diff --git a/res/values/strings.xml b/res/values/strings.xml index c679013..3b2e2a1 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -280,6 +280,9 @@ <!-- The text shown on the top-left corner of the screen to indicate the capturing is on going [CHAR LIMIT=27] --> <string name="pano_capture_indication">Capturing Panorama</string> + <!-- The text shown on the bottom-left corner of the screen to indicate that the saving is in process [CHAR LIMIT=13] --> + <string name="pano_review_saving_indication_str">Saving...</string> + <!-- Toast telling users tapping on the viewfinder will trigger autofocus [CHAR LIMIT=28] --> <string name="tap_to_focus">Tap to focus</string> |