|
36 | 36 | android:textSize="@dimen/kg_status_line_font_size" |
37 | 37 | android:textColor="?android:attr/textColorSecondary"/> |
38 | 38 |
|
39 | | - <com.android.internal.policy.impl.keyguard.EmergencyButton |
40 | | - android:id="@+id/emergency_call_button" |
41 | | - android:layout_width="wrap_content" |
| 39 | + <LinearLayout |
| 40 | + android:layout_width="match_parent" |
42 | 41 | android:layout_height="wrap_content" |
43 | | - android:drawableLeft="@*android:drawable/lockscreen_emergency_button" |
44 | | - android:text="@string/kg_emergency_call_label" |
45 | | - style="?android:attr/buttonBarButtonStyle" |
46 | | - android:textAppearance="?android:attr/textAppearanceMedium" |
47 | | - android:textSize="@dimen/kg_status_line_font_size" |
48 | | - android:textColor="?android:attr/textColorSecondary" |
49 | | - android:drawablePadding="8dip" /> |
| 42 | + android:layout_marginTop="-10dip" |
| 43 | + style="?android:attr/buttonBarStyle" |
| 44 | + android:orientation="horizontal" |
| 45 | + android:gravity="center" |
| 46 | + android:weightSum="2"> |
| 47 | + |
| 48 | + <com.android.internal.policy.impl.keyguard.EmergencyButton |
| 49 | + android:id="@+id/emergency_call_button" |
| 50 | + android:layout_width="0dip" |
| 51 | + android:layout_height="wrap_content" |
| 52 | + android:layout_weight="1" |
| 53 | + android:drawableLeft="@*android:drawable/lockscreen_emergency_button" |
| 54 | + android:text="@string/kg_emergency_call_label" |
| 55 | + style="?android:attr/buttonBarButtonStyle" |
| 56 | + android:textAppearance="?android:attr/textAppearanceMedium" |
| 57 | + android:textSize="@dimen/kg_status_line_font_size" |
| 58 | + android:textColor="?android:attr/textColorSecondary" |
| 59 | + android:drawablePadding="8dip" /> |
| 60 | + |
| 61 | + <Button android:id="@+id/forgot_password_button" |
| 62 | + android:layout_width="0dip" |
| 63 | + android:layout_height="wrap_content" |
| 64 | + android:layout_weight="1" |
| 65 | + android:drawableLeft="@*android:drawable/lockscreen_forgot_password_button" |
| 66 | + style="?android:attr/buttonBarButtonStyle" |
| 67 | + android:textSize="@dimen/kg_status_line_font_size" |
| 68 | + android:textColor="?android:attr/textColorSecondary" |
| 69 | + android:textAppearance="?android:attr/textAppearanceMedium" |
| 70 | + android:drawablePadding="8dip" |
| 71 | + android:visibility="gone"/> |
| 72 | + </LinearLayout> |
50 | 73 |
|
51 | 74 | </LinearLayout> |
0 commit comments