Merge "Fix 6539117: Fix layout issues on 600dp device." into jb-dev
This commit is contained in:
@@ -39,7 +39,16 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="24dip">
|
||||
|
||||
<!-- Music transport control underneath -->
|
||||
<include layout="@layout/keyguard_screen_status_land"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="50dip"
|
||||
android:layout_marginTop="50dip"
|
||||
android:layout_marginBottom="50dip"
|
||||
android:layout_marginRight="64dip"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_alignParentLeft="true"/>
|
||||
|
||||
<include android:id="@+id/transport"
|
||||
layout="@layout/keyguard_transport_control"
|
||||
android:layout_row="0"
|
||||
@@ -51,16 +60,6 @@
|
||||
android:layout_height="512dip"
|
||||
/>
|
||||
|
||||
<include layout="@layout/keyguard_screen_status_land"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="50dip"
|
||||
android:layout_marginTop="50dip"
|
||||
android:layout_marginBottom="50dip"
|
||||
android:layout_marginRight="64dip"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_alignParentLeft="true"/>
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<!-- top: status -->
|
||||
<RelativeLayout
|
||||
android:layout_height="0dip"
|
||||
android:layout_weight="1"
|
||||
android:layout_weight="0.40"
|
||||
android:layout_width="match_parent"
|
||||
android:gravity="center">
|
||||
|
||||
@@ -35,6 +35,14 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center">
|
||||
|
||||
<include layout="@layout/keyguard_screen_status_land"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="50dip"
|
||||
android:layout_marginTop="50dip"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_alignParentLeft="true"/>
|
||||
|
||||
<!-- Music transport control -->
|
||||
<include android:id="@+id/transport"
|
||||
layout="@layout/keyguard_transport_control"
|
||||
@@ -47,23 +55,13 @@
|
||||
android:layout_height="512dip"
|
||||
/>
|
||||
|
||||
<include layout="@layout/keyguard_screen_status_land"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="50dip"
|
||||
android:layout_marginTop="50dip"
|
||||
android:layout_marginBottom="100dip"
|
||||
android:layout_marginRight="64dip"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_alignParentLeft="true"/>
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
<!-- bottom: lock pattern, emergency dialer and forgot pattern button -->
|
||||
<RelativeLayout
|
||||
android:layout_weight="1"
|
||||
android:layout_weight="0.60"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dip"
|
||||
android:gravity="center">
|
||||
@@ -77,7 +75,6 @@
|
||||
<com.android.internal.widget.LockPatternView android:id="@+id/lockPattern"
|
||||
android:layout_width="354dip"
|
||||
android:layout_height="354dip"
|
||||
android:layout_marginTop="50dip"
|
||||
/>
|
||||
|
||||
<!-- Emergency and forgot pattern buttons. -->
|
||||
|
||||
Reference in New Issue
Block a user