|
39 | 39 | android:layout_width="wrap_content" |
40 | 40 | android:layout_height="match_parent" |
41 | 41 | android:layout_alignParentStart="true" |
42 | | - android:layout_alignParentLeft="true" |
43 | 42 | android:layout_centerVertical="true" |
44 | 43 | android:background="?attr/selectableItemBackground" |
45 | 44 | android:clickable="true" |
|
57 | 56 | android:layout_marginLeft="4dp" |
58 | 57 | android:layout_marginRight="4dp" |
59 | 58 | android:layout_toStartOf="@id/tempoStepUp" |
60 | | - android:layout_toLeftOf="@id/tempoStepUp" |
61 | 59 | android:layout_toEndOf="@id/tempoStepDown" |
62 | | - android:layout_toRightOf="@id/tempoStepDown" |
63 | 60 | android:orientation="horizontal"> |
64 | 61 |
|
65 | 62 | <org.schabi.newpipe.views.NewPipeTextView |
66 | 63 | android:id="@+id/tempoMinimumText" |
67 | 64 | android:layout_width="wrap_content" |
68 | 65 | android:layout_height="wrap_content" |
69 | 66 | android:layout_alignParentStart="true" |
70 | | - android:layout_alignParentLeft="true" |
71 | 67 | android:layout_marginStart="4dp" |
72 | | - android:layout_marginLeft="4dp" |
73 | 68 | android:gravity="center" |
74 | 69 | android:text="-.--x" |
75 | 70 | android:textColor="?attr/colorAccent" |
|
93 | 88 | android:layout_width="wrap_content" |
94 | 89 | android:layout_height="wrap_content" |
95 | 90 | android:layout_alignParentEnd="true" |
96 | | - android:layout_alignParentRight="true" |
97 | 91 | android:layout_marginEnd="4dp" |
98 | | - android:layout_marginRight="4dp" |
99 | 92 | android:gravity="center" |
100 | 93 | android:text="---%" |
101 | 94 | android:textColor="?attr/colorAccent" |
|
117 | 110 | android:layout_width="wrap_content" |
118 | 111 | android:layout_height="match_parent" |
119 | 112 | android:layout_alignParentEnd="true" |
120 | | - android:layout_alignParentRight="true" |
121 | 113 | android:layout_centerVertical="true" |
122 | 114 | android:layout_marginEnd="4dp" |
123 | | - android:layout_marginRight="4dp" |
124 | 115 | android:background="?attr/selectableItemBackground" |
125 | 116 | android:clickable="true" |
126 | 117 | android:focusable="true" |
|
167 | 158 | android:layout_width="wrap_content" |
168 | 159 | android:layout_height="match_parent" |
169 | 160 | android:layout_alignParentStart="true" |
170 | | - android:layout_alignParentLeft="true" |
171 | 161 | android:layout_centerVertical="true" |
172 | 162 | android:background="?attr/selectableItemBackground" |
173 | 163 | android:clickable="true" |
|
186 | 176 | android:layout_marginLeft="4dp" |
187 | 177 | android:layout_marginRight="4dp" |
188 | 178 | android:layout_toStartOf="@+id/pitchStepUp" |
189 | | - android:layout_toLeftOf="@+id/pitchStepUp" |
190 | 179 | android:layout_toEndOf="@+id/pitchStepDown" |
191 | | - android:layout_toRightOf="@+id/pitchStepDown" |
192 | 180 | android:orientation="horizontal"> |
193 | 181 |
|
194 | 182 | <org.schabi.newpipe.views.NewPipeTextView |
195 | 183 | android:id="@+id/pitchMinimumText" |
196 | 184 | android:layout_width="wrap_content" |
197 | 185 | android:layout_height="wrap_content" |
198 | 186 | android:layout_alignParentStart="true" |
199 | | - android:layout_alignParentLeft="true" |
200 | 187 | android:layout_marginStart="4dp" |
201 | | - android:layout_marginLeft="4dp" |
202 | 188 | android:gravity="center" |
203 | 189 | android:text="---%" |
204 | 190 | android:textColor="?attr/colorAccent" |
|
222 | 208 | android:layout_width="wrap_content" |
223 | 209 | android:layout_height="wrap_content" |
224 | 210 | android:layout_alignParentEnd="true" |
225 | | - android:layout_alignParentRight="true" |
226 | 211 | android:layout_marginEnd="4dp" |
227 | | - android:layout_marginRight="4dp" |
228 | 212 | android:gravity="center" |
229 | 213 | android:text="---%" |
230 | 214 | android:textColor="?attr/colorAccent" |
|
246 | 230 | android:layout_width="wrap_content" |
247 | 231 | android:layout_height="match_parent" |
248 | 232 | android:layout_alignParentEnd="true" |
249 | | - android:layout_alignParentRight="true" |
250 | 233 | android:layout_centerVertical="true" |
251 | 234 | android:layout_marginEnd="4dp" |
252 | | - android:layout_marginRight="4dp" |
253 | 235 | android:background="?attr/selectableItemBackground" |
254 | 236 | android:clickable="true" |
255 | 237 | android:focusable="true" |
|
274 | 256 | android:layout_width="24dp" |
275 | 257 | android:layout_height="match_parent" |
276 | 258 | android:layout_alignParentStart="true" |
277 | | - android:layout_alignParentLeft="true" |
278 | 259 | android:layout_centerVertical="true" |
279 | 260 | android:background="?attr/selectableItemBackground" |
280 | 261 | android:clickable="true" |
|
293 | 274 | android:layout_marginLeft="4dp" |
294 | 275 | android:layout_marginRight="4dp" |
295 | 276 | android:layout_toStartOf="@+id/semitoneStepUp" |
296 | | - android:layout_toLeftOf="@+id/semitoneStepUp" |
297 | 277 | android:layout_toEndOf="@+id/semitoneStepDown" |
298 | | - android:layout_toRightOf="@+id/semitoneStepDown" |
299 | 278 | android:orientation="horizontal"> |
300 | 279 |
|
301 | 280 | <org.schabi.newpipe.views.NewPipeTextView |
302 | 281 | android:id="@+id/semitoneMinimumText" |
303 | 282 | android:layout_width="wrap_content" |
304 | 283 | android:layout_height="wrap_content" |
305 | 284 | android:layout_alignParentStart="true" |
306 | | - android:layout_alignParentLeft="true" |
307 | 285 | android:layout_marginStart="4dp" |
308 | | - android:layout_marginLeft="4dp" |
309 | 286 | android:gravity="center" |
310 | 287 | android:text="-12" |
311 | 288 | android:textColor="?attr/colorAccent" |
|
326 | 303 | android:layout_width="wrap_content" |
327 | 304 | android:layout_height="wrap_content" |
328 | 305 | android:layout_alignParentEnd="true" |
329 | | - android:layout_alignParentRight="true" |
330 | 306 | android:layout_marginEnd="4dp" |
331 | | - android:layout_marginRight="4dp" |
332 | 307 | android:gravity="center" |
333 | 308 | android:text="+12" |
334 | 309 | android:textColor="?attr/colorAccent" |
|
350 | 325 | android:layout_width="24dp" |
351 | 326 | android:layout_height="match_parent" |
352 | 327 | android:layout_alignParentEnd="true" |
353 | | - android:layout_alignParentRight="true" |
354 | 328 | android:layout_centerVertical="true" |
355 | 329 | android:layout_marginEnd="4dp" |
356 | | - android:layout_marginRight="4dp" |
357 | 330 | android:background="?attr/selectableItemBackground" |
358 | 331 | android:clickable="true" |
359 | 332 | android:focusable="true" |
|
0 commit comments