|
33 | 33 | android:paddingLeft="16dip" |
34 | 34 | android:paddingRight="16dip" |
35 | 35 | android:paddingTop="8dip" |
36 | | - android:paddingBottom="8dip"/> |
| 36 | + android:paddingBottom="16dip" /> |
37 | 37 |
|
38 | | - <LinearLayout android:id="@+id/sms_short_code_detail_layout" |
39 | | - android:layout_width="match_parent" |
| 38 | + <TableLayout android:id="@+id/sms_short_code_detail_layout" |
| 39 | + android:shrinkColumns="1" |
| 40 | + android:layout_width="wrap_content" |
40 | 41 | android:layout_height="wrap_content" |
41 | | - android:orientation="horizontal" |
42 | | - android:gravity="center_vertical" |
43 | | - android:minHeight="@dimen/alert_dialog_title_height" |
44 | | - android:layout_marginLeft="16dip" |
45 | | - android:layout_marginRight="16dip"> |
46 | | - <ImageView android:id="@+id/sms_short_code_coins_icon" |
| 42 | + android:paddingLeft="16dip" |
| 43 | + android:paddingRight="16dip"> |
| 44 | + |
| 45 | + <TableRow |
47 | 46 | android:layout_width="wrap_content" |
48 | | - android:layout_height="wrap_content" |
49 | | - android:paddingRight="8dip" |
50 | | - android:src="@null" /> |
51 | | - <TextView android:id="@+id/sms_short_code_detail_message" |
52 | | - style="?android:attr/textAppearanceMedium" |
| 47 | + android:layout_height="wrap_content" > |
| 48 | + |
| 49 | + <ImageView android:id="@+id/sms_short_code_coins_icon" |
| 50 | + android:layout_width="wrap_content" |
| 51 | + android:layout_height="wrap_content" |
| 52 | + android:paddingLeft="8dip" |
| 53 | + android:paddingRight="8dip" |
| 54 | + android:src="@null" /> |
| 55 | + <TextView android:id="@+id/sms_short_code_detail_message" |
53 | 56 | android:layout_width="match_parent" |
54 | 57 | android:layout_height="wrap_content" /> |
55 | | - </LinearLayout> |
| 58 | + </TableRow> |
| 59 | + |
| 60 | + <TableRow |
| 61 | + android:layout_width="wrap_content" |
| 62 | + android:layout_height="wrap_content" > |
| 63 | + |
| 64 | + <CheckBox android:id="@+id/sms_short_code_remember_choice_checkbox" |
| 65 | + android:layout_width="wrap_content" |
| 66 | + android:layout_height="wrap_content" |
| 67 | + android:paddingRight="8dip" /> |
| 68 | + <TextView android:id="@+id/sms_short_code_remember_choice_text" |
| 69 | + android:layout_width="wrap_content" |
| 70 | + android:layout_height="wrap_content" |
| 71 | + android:text="@string/sms_short_code_remember_choice" /> |
| 72 | + </TableRow> |
| 73 | + |
| 74 | + <TableRow |
| 75 | + android:layout_width="wrap_content" |
| 76 | + android:layout_height="wrap_content" > |
| 77 | + |
| 78 | + <Space android:layout_gravity="fill" /> |
| 79 | + <TextView android:id="@+id/sms_short_code_remember_undo_instruction" |
| 80 | + android:layout_width="wrap_content" |
| 81 | + android:layout_height="wrap_content" /> |
| 82 | + </TableRow> |
| 83 | + |
| 84 | + </TableLayout> |
56 | 85 |
|
57 | | - <CheckBox android:id="@+id/sms_short_code_remember_choice_checkbox" |
58 | | - android:layout_width="match_parent" |
59 | | - android:layout_height="wrap_content" |
60 | | - android:text="@string/sms_short_code_remember_choice" /> |
61 | 86 | </LinearLayout> |
0 commit comments