summaryrefslogtreecommitdiffstats
path: root/res/layout-w1024dp/mode_picker.xml
diff options
context:
space:
mode:
authorChung-yih Wang <cywang@google.com>2011-08-05 14:41:40 +0800
committerChung-yih Wang <cywang@google.com>2011-08-05 18:56:23 +0800
commite46d09dc17ac1cad5062fdc4b29916dc63da06c3 (patch)
treee4646cdb9c953d75a35ac801e6c70255f0127aa2 /res/layout-w1024dp/mode_picker.xml
parentc926b2152b7d1b65f34b58af50d0c6cdeb070123 (diff)
downloadLegacyCamera-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-w1024dp/mode_picker.xml')
-rw-r--r--res/layout-w1024dp/mode_picker.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout-w1024dp/mode_picker.xml b/res/layout-w1024dp/mode_picker.xml
index 1ee6226..0168769 100644
--- a/res/layout-w1024dp/mode_picker.xml
+++ b/res/layout-w1024dp/mode_picker.xml
@@ -37,7 +37,7 @@
android:layout_alignParentRight="true"
android:layout_alignParentBottom="true"
android:gravity="center"
- android:visibility="invisible">
+ android:visibility="gone">
<com.android.camera.ui.RotateImageView android:id="@+id/mode_panorama"
android:layout_height="62dp"
android:layout_width="62dp"