|
38 | 38 | style="@style/ListItem" |
39 | 39 | android:layout_marginLeft="@dimen/dialog_padding" |
40 | 40 | android:layout_marginRight="@dimen/dialog_padding" |
41 | | - android:layout_marginBottom="20dp" /> |
42 | | - |
| 41 | + android:layout_marginBottom="@dimen/dialog_padding" /> |
| 42 | + |
| 43 | + <TextView |
| 44 | + android:id="@+id/label_export_format" |
| 45 | + android:text="Export Format" |
| 46 | + android:layout_height="wrap_content" |
| 47 | + android:layout_width="wrap_content" |
| 48 | + android:layout_marginBottom="-8dip" |
| 49 | + android:layout_marginLeft="@dimen/dialog_padding" |
| 50 | + style="@style/TextAppearance.EditTransaction_LabelSmall" /> |
| 51 | + |
| 52 | + <RadioGroup xmlns:android="http://schemas.android.com/apk/res/android" |
| 53 | + android:layout_width="match_parent" |
| 54 | + android:layout_height="wrap_content" |
| 55 | + android:layout_marginLeft="@dimen/dialog_padding" |
| 56 | + android:layout_marginRight="@dimen/dialog_padding" |
| 57 | + android:layout_marginBottom="@dimen/dialog_padding" |
| 58 | + android:orientation="horizontal"> |
| 59 | + |
| 60 | + <RadioButton android:id="@+id/radio_qif_format" |
| 61 | + android:layout_width="wrap_content" |
| 62 | + android:layout_height="wrap_content" |
| 63 | + android:layout_marginRight="20dp" |
| 64 | + android:checked="true" |
| 65 | + android:text="QIF" /> |
| 66 | + |
| 67 | + <RadioButton android:id="@+id/radio_ofx_format" |
| 68 | + android:layout_width="wrap_content" |
| 69 | + android:layout_height="wrap_content" |
| 70 | + android:text="OFX"/> |
| 71 | + </RadioGroup> |
| 72 | + |
43 | 73 | <CheckBox android:id="@+id/checkbox_export_all" |
44 | 74 | android:layout_width="wrap_content" |
45 | 75 | android:layout_height="wrap_content" |
|
57 | 87 | android:layout_marginTop="@dimen/dialog_padding" |
58 | 88 | android:layout_marginLeft="@dimen/dialog_padding" |
59 | 89 | android:textAppearance="?android:attr/textAppearanceMedium" |
60 | | - android:text="@string/option_delete_after_export" |
61 | | - /> |
| 90 | + android:text="@string/option_delete_after_export" |
| 91 | + /> |
62 | 92 |
|
63 | 93 | <TextView android:layout_marginLeft="@dimen/dialog_padding" |
64 | 94 | android:text="@string/hint_delete_after_export" |
|
0 commit comments