fix datetime layout for phones and remove orientation locking
The first fixes the bug, the second was something I noticed while debugging. We're no longer locking setup wizard orientation for anything screen size, and so no activities it calls needs to do that any more, either. bug: 5642402 Change-Id: I5911223112a19841f6b4754a70148f28a753f736
This commit is contained in:
@@ -20,6 +20,13 @@
|
||||
android:layout_width="fill_parent"
|
||||
android:orientation="vertical">
|
||||
|
||||
<View
|
||||
android:id="@+id/timezone_dropdown_anchor"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_marginLeft="20dip"
|
||||
android:layout_marginRight="20dip"
|
||||
android:layout_height="0px" />
|
||||
|
||||
<LinearLayout android:layout_height="0px"
|
||||
android:layout_weight="1"
|
||||
android:layout_width="fill_parent"
|
||||
|
||||
Reference in New Issue
Block a user