|
39 | 39 | android:layout_width="0dp" |
40 | 40 | android:layout_height="wrap_content" |
41 | 41 | android:layout_marginTop="8dp" |
| 42 | + android:layout_marginEnd="8dp" |
42 | 43 | android:scrollbars="none" |
43 | 44 | app:layout_constraintEnd_toStartOf="@+id/guideline2" |
44 | 45 | app:layout_constraintStart_toStartOf="@+id/exportProjectDialogLayout_fileNameTextInputLayout" |
|
52 | 53 |
|
53 | 54 | <RadioButton |
54 | 55 | android:id="@+id/exportProjectDialogLayout_radioButton_PNG" |
| 56 | + style="@style/exportProjectDialogLayout_radioButton_style" |
55 | 57 | android:layout_height="wrap_content" |
56 | | - android:text="@string/generic_png" |
57 | 58 | android:checked="true" |
58 | | - style="@style/exportProjectDialogLayout_radioButton_style" /> |
| 59 | + android:text="@string/generic_png" /> |
59 | 60 |
|
60 | 61 | <RadioButton |
61 | 62 | android:id="@+id/exportProjectDialogLayout_radioButton_JPG" |
| 63 | + style="@style/exportProjectDialogLayout_radioButton_style" |
62 | 64 | android:layout_height="wrap_content" |
63 | | - android:text="@string/generic_jpg" |
64 | | - style="@style/exportProjectDialogLayout_radioButton_style" /> |
| 65 | + android:text="@string/generic_jpg" /> |
65 | 66 |
|
66 | 67 | <RadioButton |
67 | 68 | android:id="@+id/exportProjectDialogLayout_radioButton_WEBP" |
| 69 | + style="@style/exportProjectDialogLayout_radioButton_style" |
68 | 70 | android:layout_height="wrap_content" |
69 | | - android:text="@string/generic_webp" |
70 | | - style="@style/exportProjectDialogLayout_radioButton_style" /> |
| 71 | + android:text="@string/generic_webp" /> |
71 | 72 |
|
72 | 73 | <RadioButton |
73 | 74 | android:id="@+id/exportProjectDialogLayout_radioButton_TIF" |
| 75 | + style="@style/exportProjectDialogLayout_radioButton_style" |
74 | 76 | android:layout_height="wrap_content" |
75 | | - android:text="@string/generic_tif" |
76 | | - style="@style/exportProjectDialogLayout_radioButton_style" /> |
| 77 | + android:text="@string/generic_tif" /> |
77 | 78 |
|
78 | 79 | <RadioButton |
79 | 80 | android:id="@+id/exportProjectDialogLayout_radioButton_BMP" |
| 81 | + style="@style/exportProjectDialogLayout_radioButtonEnd_style" |
80 | 82 | android:layout_height="wrap_content" |
81 | | - android:text="@string/generic_bmp" |
82 | | - style="@style/exportProjectDialogLayout_radioButtonEnd_style" /> |
| 83 | + android:text="@string/generic_bmp" /> |
83 | 84 | </RadioGroup> |
84 | 85 | </HorizontalScrollView> |
85 | 86 |
|
86 | 87 | <TextView |
87 | 88 | android:id="@+id/textView3" |
88 | 89 | android:layout_width="wrap_content" |
89 | 90 | android:layout_height="wrap_content" |
90 | | - android:layout_marginStart="16dp" |
| 91 | + android:layout_marginStart="8dp" |
91 | 92 | android:text="@string/exportProjectDialogLayout_resolution_str" |
92 | 93 | app:layout_constraintStart_toStartOf="@+id/guideline2" |
93 | 94 | app:layout_constraintTop_toTopOf="@+id/textView2" /> |
|
0 commit comments