Skip to content

Commit 6e0c380

Browse files
committed
Remove redundant attributes
1 parent 4cdf6ed commit 6e0c380

1 file changed

Lines changed: 0 additions & 27 deletions

File tree

app/src/main/res/layout/dialog_playback_parameter.xml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
android:layout_width="wrap_content"
4040
android:layout_height="match_parent"
4141
android:layout_alignParentStart="true"
42-
android:layout_alignParentLeft="true"
4342
android:layout_centerVertical="true"
4443
android:background="?attr/selectableItemBackground"
4544
android:clickable="true"
@@ -57,19 +56,15 @@
5756
android:layout_marginLeft="4dp"
5857
android:layout_marginRight="4dp"
5958
android:layout_toStartOf="@id/tempoStepUp"
60-
android:layout_toLeftOf="@id/tempoStepUp"
6159
android:layout_toEndOf="@id/tempoStepDown"
62-
android:layout_toRightOf="@id/tempoStepDown"
6360
android:orientation="horizontal">
6461

6562
<org.schabi.newpipe.views.NewPipeTextView
6663
android:id="@+id/tempoMinimumText"
6764
android:layout_width="wrap_content"
6865
android:layout_height="wrap_content"
6966
android:layout_alignParentStart="true"
70-
android:layout_alignParentLeft="true"
7167
android:layout_marginStart="4dp"
72-
android:layout_marginLeft="4dp"
7368
android:gravity="center"
7469
android:text="-.--x"
7570
android:textColor="?attr/colorAccent"
@@ -93,9 +88,7 @@
9388
android:layout_width="wrap_content"
9489
android:layout_height="wrap_content"
9590
android:layout_alignParentEnd="true"
96-
android:layout_alignParentRight="true"
9791
android:layout_marginEnd="4dp"
98-
android:layout_marginRight="4dp"
9992
android:gravity="center"
10093
android:text="---%"
10194
android:textColor="?attr/colorAccent"
@@ -117,10 +110,8 @@
117110
android:layout_width="wrap_content"
118111
android:layout_height="match_parent"
119112
android:layout_alignParentEnd="true"
120-
android:layout_alignParentRight="true"
121113
android:layout_centerVertical="true"
122114
android:layout_marginEnd="4dp"
123-
android:layout_marginRight="4dp"
124115
android:background="?attr/selectableItemBackground"
125116
android:clickable="true"
126117
android:focusable="true"
@@ -167,7 +158,6 @@
167158
android:layout_width="wrap_content"
168159
android:layout_height="match_parent"
169160
android:layout_alignParentStart="true"
170-
android:layout_alignParentLeft="true"
171161
android:layout_centerVertical="true"
172162
android:background="?attr/selectableItemBackground"
173163
android:clickable="true"
@@ -186,19 +176,15 @@
186176
android:layout_marginLeft="4dp"
187177
android:layout_marginRight="4dp"
188178
android:layout_toStartOf="@+id/pitchStepUp"
189-
android:layout_toLeftOf="@+id/pitchStepUp"
190179
android:layout_toEndOf="@+id/pitchStepDown"
191-
android:layout_toRightOf="@+id/pitchStepDown"
192180
android:orientation="horizontal">
193181

194182
<org.schabi.newpipe.views.NewPipeTextView
195183
android:id="@+id/pitchMinimumText"
196184
android:layout_width="wrap_content"
197185
android:layout_height="wrap_content"
198186
android:layout_alignParentStart="true"
199-
android:layout_alignParentLeft="true"
200187
android:layout_marginStart="4dp"
201-
android:layout_marginLeft="4dp"
202188
android:gravity="center"
203189
android:text="---%"
204190
android:textColor="?attr/colorAccent"
@@ -222,9 +208,7 @@
222208
android:layout_width="wrap_content"
223209
android:layout_height="wrap_content"
224210
android:layout_alignParentEnd="true"
225-
android:layout_alignParentRight="true"
226211
android:layout_marginEnd="4dp"
227-
android:layout_marginRight="4dp"
228212
android:gravity="center"
229213
android:text="---%"
230214
android:textColor="?attr/colorAccent"
@@ -246,10 +230,8 @@
246230
android:layout_width="wrap_content"
247231
android:layout_height="match_parent"
248232
android:layout_alignParentEnd="true"
249-
android:layout_alignParentRight="true"
250233
android:layout_centerVertical="true"
251234
android:layout_marginEnd="4dp"
252-
android:layout_marginRight="4dp"
253235
android:background="?attr/selectableItemBackground"
254236
android:clickable="true"
255237
android:focusable="true"
@@ -274,7 +256,6 @@
274256
android:layout_width="24dp"
275257
android:layout_height="match_parent"
276258
android:layout_alignParentStart="true"
277-
android:layout_alignParentLeft="true"
278259
android:layout_centerVertical="true"
279260
android:background="?attr/selectableItemBackground"
280261
android:clickable="true"
@@ -293,19 +274,15 @@
293274
android:layout_marginLeft="4dp"
294275
android:layout_marginRight="4dp"
295276
android:layout_toStartOf="@+id/semitoneStepUp"
296-
android:layout_toLeftOf="@+id/semitoneStepUp"
297277
android:layout_toEndOf="@+id/semitoneStepDown"
298-
android:layout_toRightOf="@+id/semitoneStepDown"
299278
android:orientation="horizontal">
300279

301280
<org.schabi.newpipe.views.NewPipeTextView
302281
android:id="@+id/semitoneMinimumText"
303282
android:layout_width="wrap_content"
304283
android:layout_height="wrap_content"
305284
android:layout_alignParentStart="true"
306-
android:layout_alignParentLeft="true"
307285
android:layout_marginStart="4dp"
308-
android:layout_marginLeft="4dp"
309286
android:gravity="center"
310287
android:text="-12"
311288
android:textColor="?attr/colorAccent"
@@ -326,9 +303,7 @@
326303
android:layout_width="wrap_content"
327304
android:layout_height="wrap_content"
328305
android:layout_alignParentEnd="true"
329-
android:layout_alignParentRight="true"
330306
android:layout_marginEnd="4dp"
331-
android:layout_marginRight="4dp"
332307
android:gravity="center"
333308
android:text="+12"
334309
android:textColor="?attr/colorAccent"
@@ -350,10 +325,8 @@
350325
android:layout_width="24dp"
351326
android:layout_height="match_parent"
352327
android:layout_alignParentEnd="true"
353-
android:layout_alignParentRight="true"
354328
android:layout_centerVertical="true"
355329
android:layout_marginEnd="4dp"
356-
android:layout_marginRight="4dp"
357330
android:background="?attr/selectableItemBackground"
358331
android:clickable="true"
359332
android:focusable="true"

0 commit comments

Comments
 (0)