diff options
author | Owen Lin <owenlin@google.com> | 2010-03-06 11:18:18 +0800 |
---|---|---|
committer | Owen Lin <owenlin@google.com> | 2010-03-10 16:19:54 +0800 |
commit | 33be45a1abaf6a8d611fb87b18945c84ab76c229 (patch) | |
tree | 1f17fd3321761df9b3374654315d14cd898d8720 /res/values | |
parent | 8e5c4413072e5d69b0f413940f1ae448202949db (diff) | |
download | LegacyCamera-33be45a1abaf6a8d611fb87b18945c84ab76c229.zip LegacyCamera-33be45a1abaf6a8d611fb87b18945c84ab76c229.tar.gz LegacyCamera-33be45a1abaf6a8d611fb87b18945c84ab76c229.tar.bz2 |
Add the new ZoomController UI and also the exposure compensation settings.
Fix the bug that some MotionEvent of some actions should always pass to the
component who accept the DOWN event.
Also fix a bug that nine patch image will be drawn incorrectly after rotation.
Change-Id: I8ab36fb6f958c1967afa11eed5f167842b59cada
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 1c14243..59b7ea3 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -287,6 +287,7 @@ <!-- Exposure settings in preference --> <string name="pref_exposure_title">Exposure</string> + <string name="pref_exposure_default" translatable="false">0</string> <!-- Framing grid settings in preference --> <string name="pref_framing_grid">Framing grid</string> |