diff options
author | Wu-cheng Li <wuchengli@google.com> | 2011-08-14 18:54:01 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2011-08-14 18:54:01 +0800 |
commit | 9cf6448ebc382e218bcb51b8d3a7c86087d0ac4c (patch) | |
tree | 92915818d3acd0eff7151b3b139df27b7cc21a63 /res/layout-w1024dp | |
parent | 7058a9318dd5d6d5a1e79a84080cdc02975f68c1 (diff) | |
download | LegacyCamera-9cf6448ebc382e218bcb51b8d3a7c86087d0ac4c.zip LegacyCamera-9cf6448ebc382e218bcb51b8d3a7c86087d0ac4c.tar.gz LegacyCamera-9cf6448ebc382e218bcb51b8d3a7c86087d0ac4c.tar.bz2 |
Fix mode picker and setting wheel overlap on 7'' tablet.
bug:5155795
Change-Id: Ie7622db1db8d126c8cbf78a2b93a404a3544a82a
Diffstat (limited to 'res/layout-w1024dp')
-rw-r--r-- | res/layout-w1024dp/mode_picker.xml | 5 |
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"> |