|
52 | 52 |
|
53 | 53 | <RadioButton |
54 | 54 | android:id="@+id/exportProjectDialogLayout_radioButton_PNG" |
55 | | - android:layout_width="wrap_content" |
56 | 55 | android:layout_height="wrap_content" |
57 | | - android:width="90dp" |
58 | | - android:background="@drawable/radiobuttonselector" |
59 | | - android:button="@android:color/transparent" |
60 | | - android:checked="true" |
61 | 56 | android:text="@string/generic_png" |
62 | | - android:textAlignment="center" |
63 | | - android:textColor="@drawable/radiobuttontextselector" |
64 | | - android:textStyle="bold" /> |
| 57 | + android:checked="true" |
| 58 | + style="@style/exportProjectDialogLayout_radioButton_style" /> |
65 | 59 |
|
66 | 60 | <RadioButton |
67 | 61 | android:id="@+id/exportProjectDialogLayout_radioButton_JPG" |
68 | | - android:layout_width="wrap_content" |
69 | 62 | android:layout_height="wrap_content" |
70 | | - android:width="90dp" |
71 | | - android:background="@drawable/radiobuttonselector" |
72 | | - android:button="@android:color/transparent" |
73 | 63 | android:text="@string/generic_jpg" |
74 | | - android:textAlignment="center" |
75 | | - android:textColor="@drawable/radiobuttontextselector" |
76 | | - android:textStyle="bold" /> |
| 64 | + style="@style/exportProjectDialogLayout_radioButton_style" /> |
77 | 65 |
|
78 | 66 | <RadioButton |
79 | 67 | android:id="@+id/exportProjectDialogLayout_radioButton_WEBP" |
80 | | - android:layout_width="wrap_content" |
81 | 68 | android:layout_height="wrap_content" |
82 | | - android:width="90dp" |
83 | | - android:background="@drawable/radiobuttonselector" |
84 | | - android:button="@android:color/transparent" |
85 | 69 | android:text="@string/generic_webp" |
86 | | - android:textAlignment="center" |
87 | | - android:textColor="@drawable/radiobuttontextselector" |
88 | | - android:textStyle="bold" /> |
| 70 | + style="@style/exportProjectDialogLayout_radioButton_style" /> |
89 | 71 |
|
90 | 72 | <RadioButton |
91 | 73 | android:id="@+id/exportProjectDialogLayout_radioButton_TIF" |
92 | | - android:layout_width="wrap_content" |
93 | 74 | android:layout_height="wrap_content" |
94 | | - android:width="90dp" |
95 | | - android:background="@drawable/radiobuttonselector" |
96 | | - android:button="@android:color/transparent" |
97 | 75 | android:text="@string/generic_tif" |
98 | | - android:textAlignment="center" |
99 | | - android:textColor="@drawable/radiobuttontextselector" |
100 | | - android:textStyle="bold" /> |
| 76 | + style="@style/exportProjectDialogLayout_radioButton_style" /> |
101 | 77 |
|
102 | 78 | <RadioButton |
103 | 79 | android:id="@+id/exportProjectDialogLayout_radioButton_BMP" |
104 | | - android:layout_width="wrap_content" |
105 | 80 | android:layout_height="wrap_content" |
106 | | - android:width="90dp" |
107 | | - android:background="@drawable/radiobuttonselectorlast" |
108 | | - android:button="@android:color/transparent" |
109 | 81 | android:text="@string/generic_bmp" |
110 | | - android:textAlignment="center" |
111 | | - android:textColor="@drawable/radiobuttontextselector" |
112 | | - android:textStyle="bold" /> |
| 82 | + style="@style/exportProjectDialogLayout_radioButtonEnd_style" /> |
113 | 83 | </RadioGroup> |
114 | 84 | </HorizontalScrollView> |
115 | 85 |
|
|
133 | 103 |
|
134 | 104 | <RadioButton |
135 | 105 | android:id="@+id/exportProjectDialogLayout_radioButton_Raw" |
136 | | - android:layout_width="wrap_content" |
137 | 106 | android:layout_height="wrap_content" |
138 | | - android:width="90dp" |
139 | | - android:background="@drawable/radiobuttonselector" |
140 | | - android:button="@android:color/transparent" |
141 | | - android:checked="true" |
142 | 107 | android:text="@string/exportProjectDialogLayout_raw_str" |
143 | | - android:textAlignment="center" |
144 | | - android:textColor="@drawable/radiobuttontextselector" |
145 | | - android:textStyle="bold" /> |
| 108 | + android:checked="true" |
| 109 | + style="@style/exportProjectDialogLayout_radioButton_style"/> |
146 | 110 |
|
147 | 111 | <RadioButton |
148 | 112 | android:id="@+id/exportProjectDialogLayout_radioButton_Scaled" |
149 | | - android:layout_width="wrap_content" |
150 | 113 | android:layout_height="wrap_content" |
151 | | - android:width="90dp" |
152 | | - android:background="@drawable/radiobuttonselectorlast" |
153 | | - android:button="@android:color/transparent" |
154 | 114 | android:text="@string/exportProjectDialogLayout_scaled_str" |
155 | | - android:textAlignment="center" |
156 | | - android:textColor="@drawable/radiobuttontextselector" |
157 | | - android:textStyle="bold" /> |
| 115 | + style="@style/exportProjectDialogLayout_radioButtonEnd_style" /> |
158 | 116 | </RadioGroup> |
159 | 117 |
|
160 | 118 | <com.google.android.material.textfield.TextInputLayout |
|
0 commit comments