diff options
author | Wu-cheng Li <wuchengli@google.com> | 2011-08-30 15:29:15 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2011-08-30 17:02:16 +0800 |
commit | d4832351874aa6eb2cd5e312c21bd4ec607ff3a4 (patch) | |
tree | 756a0b706fe396f003175164d1edec3cbf43e3ac /res/layout/basic_setting_popup.xml | |
parent | 2a1e44382f6a4fc70e4a89e3d183503a2255826f (diff) | |
download | LegacyCamera-d4832351874aa6eb2cd5e312c21bd4ec607ff3a4.zip LegacyCamera-d4832351874aa6eb2cd5e312c21bd4ec607ff3a4.tar.gz LegacyCamera-d4832351874aa6eb2cd5e312c21bd4ec607ff3a4.tar.bz2 |
Rotate the focus rectangle in different orientations.
The new focus assets look different in portrait and landscape.
Rotate the drawable so the orientation looks correct.
bug:5223866
Change-Id: I5e5ebbcbaca95b118e051fbf6131c1a12584b2f2
Diffstat (limited to 'res/layout/basic_setting_popup.xml')
-rw-r--r-- | res/layout/basic_setting_popup.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/res/layout/basic_setting_popup.xml b/res/layout/basic_setting_popup.xml index 33bff04..9f579de 100644 --- a/res/layout/basic_setting_popup.xml +++ b/res/layout/basic_setting_popup.xml @@ -22,12 +22,7 @@ android:layout_height="wrap_content" android:layout_centerVertical="true" android:layout_toLeftOf="@+id/indicator_control" - android:visibility="gone" - android:background="@android:color/transparent"> - <!-- the transparent background here is a workaround of the render issue - happened when the popup window is rotated as the device's orientation - changed. The view looks fine in landscape. After rotation, only center - part of the view is visible. --> + android:visibility="gone"> <LinearLayout android:orientation="vertical" android:layout_height="wrap_content" |