diff options
author | Wu-cheng Li <wuchengli@google.com> | 2011-08-09 17:04:06 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2011-08-09 17:04:06 +0800 |
commit | 2f6033c12e82cf4c8fedc68232ad49391469ceec (patch) | |
tree | bd27bf556d577afa9a060f0d8626def6699aeec4 /res | |
parent | e5fe56fec047dec5ccb12c2001bacfd9455352da (diff) | |
download | LegacyCamera-2f6033c12e82cf4c8fedc68232ad49391469ceec.zip LegacyCamera-2f6033c12e82cf4c8fedc68232ad49391469ceec.tar.gz LegacyCamera-2f6033c12e82cf4c8fedc68232ad49391469ceec.tar.bz2 |
Do not show mode picker in intent modes.
bug:5107643
Change-Id: I0f8377e72e5e2b9c2947ef396afe12dda2c6c7c1
Diffstat (limited to 'res')
-rw-r--r-- | res/layout-w1024dp/mode_picker.xml | 3 | ||||
-rw-r--r-- | res/layout/mode_picker.xml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/res/layout-w1024dp/mode_picker.xml b/res/layout-w1024dp/mode_picker.xml index 0168769..7ee30b7 100644 --- a/res/layout-w1024dp/mode_picker.xml +++ b/res/layout-w1024dp/mode_picker.xml @@ -20,7 +20,8 @@ android:layout_marginBottom="72dp" android:layout_marginRight="72dp" android:layout_centerHorizontal="true" - android:layout_alignParentBottom="true"> + android:layout_alignParentBottom="true" + android:visibility="gone"> <com.android.camera.ui.RotateImageView android:id="@+id/current_mode" android:layout_alignParentBottom="true" android:layout_alignParentRight="true" diff --git a/res/layout/mode_picker.xml b/res/layout/mode_picker.xml index 31178d6..2fa2c3d 100644 --- a/res/layout/mode_picker.xml +++ b/res/layout/mode_picker.xml @@ -18,7 +18,8 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerHorizontal="true" - android:layout_alignParentBottom="true"> + android:layout_alignParentBottom="true" + android:visibility="gone"> <com.android.camera.ui.RotateImageView android:id="@+id/current_mode" android:layout_alignParentBottom="true" android:layout_height="62dp" |