From bed7386688cd7810cba23732ab71f370fe3222ff Mon Sep 17 00:00:00 2001 From: Chung-yih Wang Date: Wed, 20 Jul 2011 07:02:18 +0800 Subject: 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 --- src/com/android/camera/ui/AbstractSettingPopup.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/com/android/camera/ui/AbstractSettingPopup.java') 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; -- cgit v1.1