|
30 | 30 | style="?android:attr/textAppearanceMedium" |
31 | 31 | android:layout_width="match_parent" |
32 | 32 | android:layout_height="wrap_content" |
33 | | - android:paddingLeft="16dip" |
34 | | - android:paddingRight="16dip" |
35 | | - android:paddingTop="8dip" |
| 33 | + android:paddingLeft="20dip" |
| 34 | + android:paddingRight="20dip" |
| 35 | + android:paddingTop="16dip" |
36 | 36 | android:paddingBottom="16dip" /> |
37 | 37 |
|
38 | 38 | <TableLayout android:id="@+id/sms_short_code_detail_layout" |
|
51 | 51 | android:layout_height="wrap_content" |
52 | 52 | android:paddingLeft="8dip" |
53 | 53 | android:paddingRight="8dip" |
54 | | - android:src="@null" /> |
| 54 | + android:src="@drawable/ic_coins_l" /> |
55 | 55 | <TextView android:id="@+id/sms_short_code_detail_message" |
56 | 56 | android:layout_width="match_parent" |
57 | 57 | android:layout_height="wrap_content" /> |
|
60 | 60 | <TableRow |
61 | 61 | android:layout_width="wrap_content" |
62 | 62 | android:layout_height="wrap_content" > |
63 | | - |
| 63 | + <RelativeLayout android:layout_width="wrap_content" |
| 64 | + android:layout_height="wrap_content" |
| 65 | + android:paddingTop="12dip" |
| 66 | + android:paddingLeft="8dip" > |
64 | 67 | <CheckBox android:id="@+id/sms_short_code_remember_choice_checkbox" |
| 68 | + android:paddingTop="11dip" |
65 | 69 | android:layout_width="wrap_content" |
66 | | - android:layout_height="wrap_content" |
67 | | - android:paddingRight="8dip" /> |
| 70 | + android:layout_height="wrap_content" /> |
| 71 | + </RelativeLayout> |
68 | 72 | <TextView android:id="@+id/sms_short_code_remember_choice_text" |
69 | 73 | android:layout_width="wrap_content" |
70 | 74 | android:layout_height="wrap_content" |
| 75 | + android:paddingTop="18dip" |
71 | 76 | android:text="@string/sms_short_code_remember_choice" /> |
72 | 77 | </TableRow> |
73 | 78 |
|
|
77 | 82 |
|
78 | 83 | <Space android:layout_gravity="fill" /> |
79 | 84 | <TextView android:id="@+id/sms_short_code_remember_undo_instruction" |
| 85 | + android:paddingTop="10dip" |
80 | 86 | android:layout_width="wrap_content" |
81 | 87 | android:layout_height="wrap_content" /> |
82 | 88 | </TableRow> |
|
0 commit comments