summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2011-08-14 20:40:47 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-08-14 20:40:47 -0700
commitb5ae14bfe25bdb5725ba9f724c923168fa0ca8fa (patch)
tree5c0fd9b86fc84dbb6e19e9bc1c64e7547ee6847d
parent7dad1ad263f5954224cf130c9a042e7fed430409 (diff)
parent9cf6448ebc382e218bcb51b8d3a7c86087d0ac4c (diff)
downloadLegacyCamera-b5ae14bfe25bdb5725ba9f724c923168fa0ca8fa.zip
LegacyCamera-b5ae14bfe25bdb5725ba9f724c923168fa0ca8fa.tar.gz
LegacyCamera-b5ae14bfe25bdb5725ba9f724c923168fa0ca8fa.tar.bz2
Merge "Fix mode picker and setting wheel overlap on 7'' tablet."
-rw-r--r--res/layout-w1024dp/mode_picker.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/res/layout-w1024dp/mode_picker.xml b/res/layout-w1024dp/mode_picker.xml
index 7ee30b7..a827f95 100644
--- a/res/layout-w1024dp/mode_picker.xml
+++ b/res/layout-w1024dp/mode_picker.xml
@@ -15,10 +15,9 @@
-->
<com.android.camera.ModePicker xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/mode_picker"
- android:layout_width="wrap_content"
+ android:layout_width="186dp"
android:layout_height="wrap_content"
- android:layout_marginBottom="72dp"
- android:layout_marginRight="72dp"
+ android:layout_marginBottom="10dp"
android:layout_centerHorizontal="true"
android:layout_alignParentBottom="true"
android:visibility="gone">