|
4 | 4 | android:layout_width="match_parent" |
5 | 5 | android:layout_height="match_parent" |
6 | 6 | android:clickable="false" |
7 | | - android:paddingLeft="@dimen/video_item_search_padding" |
8 | | - android:paddingTop="@dimen/video_item_search_padding" |
9 | | - android:paddingRight="@dimen/video_item_search_padding"> |
| 7 | + android:paddingStart="6dp" |
| 8 | + android:paddingTop="4dp" |
| 9 | + android:paddingEnd="6dp"> |
10 | 10 |
|
11 | 11 | <RelativeLayout |
12 | 12 | android:layout_width="match_parent" |
|
31 | 31 | android:layout_width="match_parent" |
32 | 32 | android:layout_height="40dp" |
33 | 33 | android:layout_below="@id/tempoControlText" |
34 | | - android:layout_marginTop="4dp" |
| 34 | + android:layout_marginTop="3dp" |
35 | 35 | android:orientation="horizontal"> |
36 | 36 |
|
37 | 37 | <org.schabi.newpipe.views.NewPipeTextView |
|
137 | 137 | android:layout_width="match_parent" |
138 | 138 | android:layout_height="1dp" |
139 | 139 | android:layout_below="@id/tempoControl" |
140 | | - android:layout_margin="@dimen/video_item_search_padding" |
| 140 | + android:layout_marginStart="12dp" |
| 141 | + android:layout_marginTop="6dp" |
| 142 | + android:layout_marginEnd="6dp" |
| 143 | + android:layout_marginBottom="6dp" |
141 | 144 | android:background="?attr/separator_color" /> |
142 | 145 |
|
143 | 146 | <org.schabi.newpipe.views.NewPipeTextView |
|
156 | 159 | android:layout_width="match_parent" |
157 | 160 | android:layout_height="40dp" |
158 | 161 | android:layout_below="@id/pitchControlText" |
159 | | - android:layout_marginTop="4dp" |
| 162 | + android:layout_marginTop="3dp" |
160 | 163 | android:orientation="horizontal"> |
161 | 164 |
|
162 | 165 | <org.schabi.newpipe.views.NewPipeTextView |
|
263 | 266 | android:layout_width="match_parent" |
264 | 267 | android:layout_height="1dp" |
265 | 268 | android:layout_below="@+id/pitchControl" |
266 | | - android:layout_margin="@dimen/video_item_search_padding" |
| 269 | + android:layout_marginStart="12dp" |
| 270 | + android:layout_marginTop="6dp" |
| 271 | + android:layout_marginEnd="12dp" |
| 272 | + android:layout_marginBottom="6dp" |
267 | 273 | android:background="?attr/separator_color" /> |
268 | 274 |
|
269 | 275 | <LinearLayout |
270 | 276 | android:id="@+id/stepSizeSelector" |
271 | 277 | android:layout_width="match_parent" |
272 | | - android:layout_height="40dp" |
| 278 | + android:layout_height="32dp" |
273 | 279 | android:layout_below="@id/separatorStepSizeSelector" |
274 | 280 | android:orientation="horizontal"> |
275 | 281 |
|
|
344 | 350 | android:layout_width="match_parent" |
345 | 351 | android:layout_height="1dp" |
346 | 352 | android:layout_below="@+id/stepSizeSelector" |
347 | | - android:layout_margin="@dimen/video_item_search_padding" |
| 353 | + android:layout_marginStart="12dp" |
| 354 | + android:layout_marginTop="6dp" |
| 355 | + android:layout_marginEnd="12dp" |
| 356 | + android:layout_marginBottom="6dp" |
348 | 357 | android:background="?attr/separator_color" /> |
349 | 358 |
|
350 | | - <CheckBox |
351 | | - android:id="@+id/unhookCheckbox" |
| 359 | + <LinearLayout |
| 360 | + android:id="@+id/additionalOptions" |
352 | 361 | android:layout_width="match_parent" |
353 | | - android:layout_height="wrap_content" |
| 362 | + android:layout_height="match_parent" |
354 | 363 | android:layout_below="@id/separatorCheckbox" |
355 | | - android:layout_centerHorizontal="true" |
356 | | - android:checked="false" |
357 | | - android:clickable="true" |
358 | | - android:focusable="true" |
359 | | - android:maxLines="1" |
360 | | - android:text="@string/unhook_checkbox" /> |
361 | | - |
362 | | - <CheckBox |
363 | | - android:id="@+id/skipSilenceCheckbox" |
364 | | - android:layout_width="match_parent" |
365 | | - android:layout_height="wrap_content" |
366 | | - android:layout_below="@id/unhookCheckbox" |
367 | | - android:layout_centerHorizontal="true" |
368 | | - android:checked="false" |
369 | | - android:clickable="true" |
370 | | - android:focusable="true" |
371 | | - android:maxLines="1" |
372 | | - android:text="@string/skip_silence_checkbox" /> |
| 364 | + android:orientation="vertical"> |
| 365 | + |
| 366 | + <CheckBox |
| 367 | + android:id="@+id/unhookCheckbox" |
| 368 | + android:layout_width="match_parent" |
| 369 | + android:layout_height="wrap_content" |
| 370 | + android:checked="false" |
| 371 | + android:clickable="true" |
| 372 | + android:focusable="true" |
| 373 | + android:text="@string/unhook_checkbox" /> |
| 374 | + |
| 375 | + <CheckBox |
| 376 | + android:id="@+id/skipSilenceCheckbox" |
| 377 | + android:layout_width="match_parent" |
| 378 | + android:layout_height="wrap_content" |
| 379 | + android:checked="false" |
| 380 | + android:clickable="true" |
| 381 | + android:focusable="true" |
| 382 | + android:text="@string/skip_silence_checkbox" /> |
| 383 | + </LinearLayout> |
373 | 384 |
|
374 | 385 | <!-- END HERE --> |
375 | 386 |
|
|
0 commit comments