diff options
| author | Chung-yih Wang <cywang@google.com> | 2011-07-20 07:02:18 +0800 |
|---|---|---|
| committer | Chung-yih Wang <cywang@google.com> | 2011-08-04 08:47:34 +0800 |
| commit | bed7386688cd7810cba23732ab71f370fe3222ff (patch) | |
| tree | 2ff1db2d188e4e6f570f4fa393277c7165853cff /src/com/android/camera/ui/AbstractSettingPopup.java | |
| parent | 2989c0da86939dea7af264d7b9b25593f8aff2f7 (diff) | |
| download | LegacyCamera-bed7386688cd7810cba23732ab71f370fe3222ff.zip LegacyCamera-bed7386688cd7810cba23732ab71f370fe3222ff.tar.gz LegacyCamera-bed7386688cd7810cba23732ab71f370fe3222ff.tar.bz2 | |
Merge the indicator bar implementations.
bug:5039235
Originally we have the GLView-implemented indicators for Phone-based UI.
Based on the current UI design, we would like to merge the look on all
devices for the dialog of the camera setting. Therefore, a refactor of
how to handle the popup window is required here and this will simplify our
UI work for handling different layout/resolution.
Change-Id: I6f9e6ebed7600be460ddd906505cdc44f81098ad
Diffstat (limited to 'src/com/android/camera/ui/AbstractSettingPopup.java')
| -rw-r--r-- | src/com/android/camera/ui/AbstractSettingPopup.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/camera/ui/AbstractSettingPopup.java b/src/com/android/camera/ui/AbstractSettingPopup.java index 794152e..7cc4010 100644 --- a/src/com/android/camera/ui/AbstractSettingPopup.java +++ b/src/com/android/camera/ui/AbstractSettingPopup.java @@ -29,7 +29,7 @@ import android.widget.TextView; import com.android.camera.R; // A popup window that shows one or more camera settings. -abstract public class AbstractSettingPopup extends LinearLayout { +abstract public class AbstractSettingPopup extends RotateLayout { protected ViewGroup mSettingList; protected TextView mTitle; |
