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/xml | |
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/xml')
-rw-r--r-- | res/xml/camera_preferences.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/xml/camera_preferences.xml b/res/xml/camera_preferences.xml index 37fc9ff..8b5b089 100644 --- a/res/xml/camera_preferences.xml +++ b/res/xml/camera_preferences.xml @@ -27,6 +27,10 @@ camera:entries="@array/pref_camera_flashmode_entries" camera:entryValues="@array/pref_camera_flashmode_entryvalues" /> <ListPreference + camera:key="pref_camera_exposure_key" + camera:defaultValue="@string/pref_exposure_default" + camera:title="@string/pref_exposure_title" /> + <ListPreference camera:key="pref_camera_scenemode_key" camera:defaultValue="@string/pref_camera_scenemode_default" camera:title="@string/pref_camera_scenemode_title" |