|
26 | 26 | <!-- top: status --> |
27 | 27 | <RelativeLayout |
28 | 28 | android:layout_height="0dip" |
29 | | - android:layout_weight="1" |
| 29 | + android:layout_weight="0.40" |
30 | 30 | android:layout_width="match_parent" |
31 | 31 | android:gravity="center"> |
32 | 32 |
|
|
35 | 35 | android:layout_height="wrap_content" |
36 | 36 | android:gravity="center"> |
37 | 37 |
|
| 38 | + <include layout="@layout/keyguard_screen_status_land" |
| 39 | + android:layout_width="wrap_content" |
| 40 | + android:layout_height="wrap_content" |
| 41 | + android:layout_marginLeft="50dip" |
| 42 | + android:layout_marginTop="50dip" |
| 43 | + android:layout_alignParentTop="true" |
| 44 | + android:layout_alignParentLeft="true"/> |
| 45 | + |
38 | 46 | <!-- Music transport control --> |
39 | 47 | <include android:id="@+id/transport" |
40 | 48 | layout="@layout/keyguard_transport_control" |
|
47 | 55 | android:layout_height="512dip" |
48 | 56 | /> |
49 | 57 |
|
50 | | - <include layout="@layout/keyguard_screen_status_land" |
51 | | - android:layout_width="wrap_content" |
52 | | - android:layout_height="wrap_content" |
53 | | - android:layout_marginLeft="50dip" |
54 | | - android:layout_marginTop="50dip" |
55 | | - android:layout_marginBottom="100dip" |
56 | | - android:layout_marginRight="64dip" |
57 | | - android:layout_alignParentTop="true" |
58 | | - android:layout_alignParentLeft="true"/> |
59 | | - |
60 | 58 | </RelativeLayout> |
61 | 59 |
|
62 | 60 | </RelativeLayout> |
63 | 61 |
|
64 | 62 | <!-- bottom: lock pattern, emergency dialer and forgot pattern button --> |
65 | 63 | <RelativeLayout |
66 | | - android:layout_weight="1" |
| 64 | + android:layout_weight="0.60" |
67 | 65 | android:layout_width="match_parent" |
68 | 66 | android:layout_height="0dip" |
69 | 67 | android:gravity="center"> |
|
77 | 75 | <com.android.internal.widget.LockPatternView android:id="@+id/lockPattern" |
78 | 76 | android:layout_width="354dip" |
79 | 77 | android:layout_height="354dip" |
80 | | - android:layout_marginTop="50dip" |
81 | 78 | /> |
82 | 79 |
|
83 | 80 | <!-- Emergency and forgot pattern buttons. --> |
|
0 commit comments