|
31 | 31 | android:layout_width="match_parent" |
32 | 32 | android:layout_height="wrap_content" |
33 | 33 | android:layout_below="@id/tempoControlText" |
34 | | - android:layout_marginTop="3dp" |
| 34 | + android:layout_marginTop="1dp" |
35 | 35 | android:orientation="horizontal"> |
36 | 36 |
|
37 | 37 | <org.schabi.newpipe.views.NewPipeTextView |
|
101 | 101 | android:layout_width="match_parent" |
102 | 102 | android:layout_height="wrap_content" |
103 | 103 | android:layout_below="@id/tempoCurrentText" |
104 | | - android:paddingBottom="4dp" |
| 104 | + android:paddingBottom="2dp" |
105 | 105 | tools:progress="50" /> |
106 | 106 | </RelativeLayout> |
107 | 107 |
|
|
129 | 129 | android:layout_height="1dp" |
130 | 130 | android:layout_below="@id/tempoControl" |
131 | 131 | android:layout_marginStart="12dp" |
132 | | - android:layout_marginTop="6dp" |
133 | | - android:layout_marginEnd="6dp" |
134 | | - android:layout_marginBottom="6dp" |
| 132 | + android:layout_marginTop="4dp" |
| 133 | + android:layout_marginEnd="12dp" |
| 134 | + android:layout_marginBottom="4dp" |
135 | 135 | android:background="?attr/separator_color" /> |
136 | 136 |
|
137 | 137 | <org.schabi.newpipe.views.NewPipeTextView |
|
150 | 150 | android:layout_width="match_parent" |
151 | 151 | android:layout_height="wrap_content" |
152 | 152 | android:layout_below="@id/pitchControlText" |
153 | | - android:layout_marginTop="3dp"> |
| 153 | + android:layout_marginTop="1dp"> |
154 | 154 |
|
155 | 155 | <RelativeLayout |
156 | 156 | android:id="@+id/pitchPercentControl" |
|
226 | 226 | android:layout_width="match_parent" |
227 | 227 | android:layout_height="wrap_content" |
228 | 228 | android:layout_below="@+id/pitchPercentCurrentText" |
229 | | - android:paddingBottom="4dp" |
| 229 | + android:paddingBottom="2dp" |
230 | 230 | tools:progress="50" /> |
231 | 231 | </RelativeLayout> |
232 | 232 |
|
|
319 | 319 | android:layout_height="wrap_content" |
320 | 320 | android:layout_below="@+id/pitchSemitoneCurrentText" |
321 | 321 | android:max="24" |
322 | | - android:paddingBottom="4dp" |
| 322 | + android:paddingBottom="2dp" |
323 | 323 | android:progress="12" /> |
324 | 324 | </RelativeLayout> |
325 | 325 |
|
|
348 | 348 | android:layout_height="1dp" |
349 | 349 | android:layout_below="@+id/pitchControlContainer" |
350 | 350 | android:layout_marginStart="12dp" |
351 | | - android:layout_marginTop="6dp" |
| 351 | + android:layout_marginTop="4dp" |
352 | 352 | android:layout_marginEnd="12dp" |
353 | | - android:layout_marginBottom="6dp" |
| 353 | + android:layout_marginBottom="4dp" |
354 | 354 | android:background="?attr/separator_color" /> |
355 | 355 |
|
356 | 356 | <LinearLayout |
|
433 | 433 | android:layout_height="1dp" |
434 | 434 | android:layout_below="@+id/stepSizeSelector" |
435 | 435 | android:layout_marginStart="12dp" |
436 | | - android:layout_marginTop="6dp" |
| 436 | + android:layout_marginTop="4dp" |
437 | 437 | android:layout_marginEnd="12dp" |
438 | | - android:layout_marginBottom="6dp" |
| 438 | + android:layout_marginBottom="4dp" |
439 | 439 | android:background="?attr/separator_color" /> |
440 | 440 |
|
441 | 441 | <LinearLayout |
|
0 commit comments