diff options
author | Wu-cheng Li <wuchengli@google.com> | 2010-10-11 15:05:01 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2010-10-11 21:42:12 +0800 |
commit | dfee7f813adb8de209472d24553b860d2515ea0a (patch) | |
tree | bae9c150e2e7cfd98ac2994ca22b8232be14ac6e /res/values/strings.xml | |
parent | fcc71aa1e1eb7e2e5363a6f0470d69d350e2cf7e (diff) | |
download | LegacyCamera-dfee7f813adb8de209472d24553b860d2515ea0a.zip LegacyCamera-dfee7f813adb8de209472d24553b860d2515ea0a.tar.gz LegacyCamera-dfee7f813adb8de209472d24553b860d2515ea0a.tar.bz2 |
Add white balance setting UI for xlarge layout.
Change-Id: I9775aae56cdee41232e628ebbaa87f7749d7e61f
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 a39461a..23c25c5 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -366,4 +366,7 @@ <string name="switch_to_camera_lable">Switch to camera</string> <string name="switch_to_video_lable">Switch to video</string> + + <!-- Button indicating to exit the camera setting picker. --> + <string name="camera_setting_picker_done">Done</string> </resources> |