diff options
author | Chih-Chung Chang <chihchung@google.com> | 2010-06-15 16:41:33 +0800 |
---|---|---|
committer | Chih-Chung Chang <chihchung@google.com> | 2010-06-23 12:44:35 +0800 |
commit | ac9d0a1ce538eb4bd50cba3b257737a05b9ac4e5 (patch) | |
tree | 3afe1d6a8399087d1fc5c30065464828225a23da /res | |
parent | 186ff08e71d106e329171055accd4395760495ea (diff) | |
download | LegacyCamera-ac9d0a1ce538eb4bd50cba3b257737a05b9ac4e5.zip LegacyCamera-ac9d0a1ce538eb4bd50cba3b257737a05b9ac4e5.tar.gz LegacyCamera-ac9d0a1ce538eb4bd50cba3b257737a05b9ac4e5.tar.bz2 |
Support switching between multiple cameras.
Change-Id: Id444ebcd780c67f4990bd6f6b96c74379b6859ab
Diffstat (limited to 'res')
-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 dea9ea5..a1e4a23 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -102,6 +102,9 @@ <!-- Button indicating to go to the image gallery --> <string name="camera_gallery_photos_text">Gallery</string> + <!-- Button indicating to switch to another camera --> + <string name="switch_camera_id">Switch Camera</string> + <!-- Settings screen, setting title text --> <string name="pref_camera_recordlocation_title">Store location</string> |