diff options
author | Chung-yih Wang <cywang@google.com> | 2011-08-05 14:41:40 +0800 |
---|---|---|
committer | Chung-yih Wang <cywang@google.com> | 2011-08-05 18:56:23 +0800 |
commit | e46d09dc17ac1cad5062fdc4b29916dc63da06c3 (patch) | |
tree | e4646cdb9c953d75a35ac801e6c70255f0127aa2 /res/layout/basic_setting_popup.xml | |
parent | c926b2152b7d1b65f34b58af50d0c6cdeb070123 (diff) | |
download | LegacyCamera-e46d09dc17ac1cad5062fdc4b29916dc63da06c3.zip LegacyCamera-e46d09dc17ac1cad5062fdc4b29916dc63da06c3.tar.gz LegacyCamera-e46d09dc17ac1cad5062fdc4b29916dc63da06c3.tar.bz2 |
Use View.GONE instead of View.INVISIBLE.
Refactor this to improve the performance.
Change-Id: I6a20021bf07546b0cfa6b4c4b5fe0d67556940a5
Diffstat (limited to 'res/layout/basic_setting_popup.xml')
-rw-r--r-- | res/layout/basic_setting_popup.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/basic_setting_popup.xml b/res/layout/basic_setting_popup.xml index cb2a744..33bff04 100644 --- a/res/layout/basic_setting_popup.xml +++ b/res/layout/basic_setting_popup.xml @@ -22,7 +22,7 @@ android:layout_height="wrap_content" android:layout_centerVertical="true" android:layout_toLeftOf="@+id/indicator_control" - android:visibility="invisible" + 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 |