OSDN Git Service

exposure compensation control is back
authorSpike Sprague <spikuru@google.com>
Thu, 27 Mar 2014 22:41:28 +0000 (15:41 -0700)
committerDoris Liu <tianliu@google.com>
Sat, 5 Apr 2014 05:23:21 +0000 (22:23 -0700)
commitabf54e2994961395a0feb0b08353e62718443f23
treec7590bc6a9fc74988f74b03be440a74a55690908
parent3cd228a2cce5ec89ddedd52d88fa5488e0e47bd9
exposure compensation control is back

bug: 13607051
Change-Id: Ib4920ba3f8f3a548651a2d07613ccfdc28ca1d6e
65 files changed:
res/drawable-hdpi/ic_exposure_0.png
res/drawable-hdpi/ic_exposure_0_indicator.png [new file with mode: 0644]
res/drawable-hdpi/ic_exposure_disabled.png [new file with mode: 0644]
res/drawable-hdpi/ic_exposure_n1.png
res/drawable-hdpi/ic_exposure_n1_indicator.png [new file with mode: 0644]
res/drawable-hdpi/ic_exposure_n2.png
res/drawable-hdpi/ic_exposure_n2_indicator.png [new file with mode: 0644]
res/drawable-hdpi/ic_exposure_normal.png [new file with mode: 0644]
res/drawable-hdpi/ic_exposure_p1.png
res/drawable-hdpi/ic_exposure_p1_indicator.png [new file with mode: 0644]
res/drawable-hdpi/ic_exposure_p2.png
res/drawable-hdpi/ic_exposure_p2_indicator.png [new file with mode: 0644]
res/drawable-mdpi/ic_exposure_0.png
res/drawable-mdpi/ic_exposure_0_indicator.png [new file with mode: 0644]
res/drawable-mdpi/ic_exposure_disabled.png [new file with mode: 0644]
res/drawable-mdpi/ic_exposure_n1.png
res/drawable-mdpi/ic_exposure_n1_indicator.png [new file with mode: 0644]
res/drawable-mdpi/ic_exposure_n2.png
res/drawable-mdpi/ic_exposure_n2_indicator.png [new file with mode: 0644]
res/drawable-mdpi/ic_exposure_normal.png [new file with mode: 0644]
res/drawable-mdpi/ic_exposure_p1.png
res/drawable-mdpi/ic_exposure_p1_indicator.png [new file with mode: 0644]
res/drawable-mdpi/ic_exposure_p2.png
res/drawable-mdpi/ic_exposure_p2_indicator.png [new file with mode: 0644]
res/drawable-xhdpi/ic_exposure_0.png
res/drawable-xhdpi/ic_exposure_0_indicator.png [new file with mode: 0644]
res/drawable-xhdpi/ic_exposure_disabled.png [new file with mode: 0644]
res/drawable-xhdpi/ic_exposure_n1.png
res/drawable-xhdpi/ic_exposure_n1_indicator.png [new file with mode: 0644]
res/drawable-xhdpi/ic_exposure_n2.png
res/drawable-xhdpi/ic_exposure_n2_indicator.png [new file with mode: 0644]
res/drawable-xhdpi/ic_exposure_normal.png [new file with mode: 0644]
res/drawable-xhdpi/ic_exposure_p1.png
res/drawable-xhdpi/ic_exposure_p1_indicator.png [new file with mode: 0644]
res/drawable-xhdpi/ic_exposure_p2.png
res/drawable-xhdpi/ic_exposure_p2_indicator.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_exposure_0.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_exposure_0_indicator.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_exposure_disabled.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_exposure_n1.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_exposure_n1_indicator.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_exposure_n2.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_exposure_n2_indicator.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_exposure_normal.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_exposure_p1.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_exposure_p1_indicator.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_exposure_p2.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_exposure_p2_indicator.png [new file with mode: 0644]
res/drawable/button_background_selected_photo.xml [new file with mode: 0644]
res/drawable/ic_exposure.xml [new file with mode: 0644]
res/layout-land/indicators.xml
res/layout-land/mode_options_overlay.xml
res/layout-port/indicators.xml
res/layout-port/mode_options_overlay.xml
res/values/strings.xml
res/xml/camera_preferences.xml
src/com/android/camera/ButtonManager.java
src/com/android/camera/CameraActivity.java
src/com/android/camera/PhotoModule.java
src/com/android/camera/app/CameraAppUI.java
src/com/android/camera/settings/CameraSettingsActivity.java
src/com/android/camera/settings/SettingsCache.java
src/com/android/camera/settings/SettingsManager.java
src/com/android/camera/widget/IndicatorIconController.java
src/com/android/camera/widget/ModeOptions.java