diff options
author | Angus Kong <shkong@google.com> | 2011-09-07 06:06:06 +0800 |
---|---|---|
committer | Angus Kong <shkong@google.com> | 2011-09-07 06:51:30 +0800 |
commit | fcdf619d92701052621a96572d956d047e07cf24 (patch) | |
tree | 29731c03ac2ad48373c2830c7d8647d48ccb91cc /res/values | |
parent | 3ffd465511aecea6ccfbebcc5ea82c275e48bbb8 (diff) | |
download | LegacyCamera-fcdf619d92701052621a96572d956d047e07cf24.zip LegacyCamera-fcdf619d92701052621a96572d956d047e07cf24.tar.gz LegacyCamera-fcdf619d92701052621a96572d956d047e07cf24.tar.bz2 |
Use new assets for panorama shutter button.
The original button with text is now replaced by the button with image provided from UI team.
Change-Id: I4598b5be1ff802b115450ba7b4dba9cb8e742450
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index a385a97..15a6b23 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -268,9 +268,6 @@ <!-- The text shown on the button for stopping panorama capturing [CHAR LIMIT=7] --> <string name="pano_capture_stop">Stop</string> - <!-- The text shown on the button for starting panorama capturing [CHAR LIMIT=10] --> - <string name="pano_capture_start">Start</string> - <!-- The text shown when the panorama panning speed is to fast [CHAR LIMIT=12] --> <string name="pano_too_fast_prompt">Too Fast</string> |