|
93 | 93 | android:layout_marginLeft="8dip" |
94 | 94 | android:layout_marginRight="8dip"> |
95 | 95 |
|
96 | | - <Button android:id="@+id/ok" |
97 | | - android:text="@android:string/ok" |
| 96 | + <Button android:id="@+id/emergencyCallButton" |
| 97 | + android:text="@android:string/lockscreen_emergency_call" |
98 | 98 | android:layout_alignParentBottom="true" |
| 99 | + android:layout_centerHorizontal="true" |
99 | 100 | android:layout_width="0dip" |
100 | 101 | android:layout_height="wrap_content" |
101 | 102 | android:layout_weight="1.0" |
102 | 103 | android:layout_marginBottom="8dip" |
103 | 104 | android:layout_marginRight="8dip" |
104 | 105 | android:textSize="18sp" |
105 | | - /> |
| 106 | + android:drawableLeft="@drawable/ic_emergency" |
| 107 | + android:drawablePadding="8dip" |
| 108 | + /> |
106 | 109 |
|
107 | | - <Button android:id="@+id/emergencyCallButton" |
108 | | - android:text="@android:string/lockscreen_emergency_call" |
| 110 | + <Button android:id="@+id/ok" |
| 111 | + android:text="@android:string/ok" |
109 | 112 | android:layout_alignParentBottom="true" |
110 | | - android:layout_centerHorizontal="true" |
111 | 113 | android:layout_width="0dip" |
112 | 114 | android:layout_height="wrap_content" |
113 | 115 | android:layout_weight="1.0" |
114 | 116 | android:layout_marginBottom="8dip" |
115 | 117 | android:layout_marginLeft="8dip" |
116 | 118 | android:textSize="18sp" |
117 | | - android:drawableLeft="@drawable/ic_emergency" |
118 | | - android:drawablePadding="8dip" |
119 | 119 | /> |
120 | 120 | </LinearLayout> |
121 | 121 |
|
|
0 commit comments