Skip to content

Commit dae5aa3

Browse files
committed
Fine tuned dialog (no scrollers in fullscreen on 5in phone)
1 parent 7d42e50 commit dae5aa3

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
android:layout_width="match_parent"
3232
android:layout_height="wrap_content"
3333
android:layout_below="@id/tempoControlText"
34-
android:layout_marginTop="3dp"
34+
android:layout_marginTop="1dp"
3535
android:orientation="horizontal">
3636

3737
<org.schabi.newpipe.views.NewPipeTextView
@@ -101,7 +101,7 @@
101101
android:layout_width="match_parent"
102102
android:layout_height="wrap_content"
103103
android:layout_below="@id/tempoCurrentText"
104-
android:paddingBottom="4dp"
104+
android:paddingBottom="2dp"
105105
tools:progress="50" />
106106
</RelativeLayout>
107107

@@ -129,9 +129,9 @@
129129
android:layout_height="1dp"
130130
android:layout_below="@id/tempoControl"
131131
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"
135135
android:background="?attr/separator_color" />
136136

137137
<org.schabi.newpipe.views.NewPipeTextView
@@ -150,7 +150,7 @@
150150
android:layout_width="match_parent"
151151
android:layout_height="wrap_content"
152152
android:layout_below="@id/pitchControlText"
153-
android:layout_marginTop="3dp">
153+
android:layout_marginTop="1dp">
154154

155155
<RelativeLayout
156156
android:id="@+id/pitchPercentControl"
@@ -226,7 +226,7 @@
226226
android:layout_width="match_parent"
227227
android:layout_height="wrap_content"
228228
android:layout_below="@+id/pitchPercentCurrentText"
229-
android:paddingBottom="4dp"
229+
android:paddingBottom="2dp"
230230
tools:progress="50" />
231231
</RelativeLayout>
232232

@@ -319,7 +319,7 @@
319319
android:layout_height="wrap_content"
320320
android:layout_below="@+id/pitchSemitoneCurrentText"
321321
android:max="24"
322-
android:paddingBottom="4dp"
322+
android:paddingBottom="2dp"
323323
android:progress="12" />
324324
</RelativeLayout>
325325

@@ -348,9 +348,9 @@
348348
android:layout_height="1dp"
349349
android:layout_below="@+id/pitchControlContainer"
350350
android:layout_marginStart="12dp"
351-
android:layout_marginTop="6dp"
351+
android:layout_marginTop="4dp"
352352
android:layout_marginEnd="12dp"
353-
android:layout_marginBottom="6dp"
353+
android:layout_marginBottom="4dp"
354354
android:background="?attr/separator_color" />
355355

356356
<LinearLayout
@@ -433,9 +433,9 @@
433433
android:layout_height="1dp"
434434
android:layout_below="@+id/stepSizeSelector"
435435
android:layout_marginStart="12dp"
436-
android:layout_marginTop="6dp"
436+
android:layout_marginTop="4dp"
437437
android:layout_marginEnd="12dp"
438-
android:layout_marginBottom="6dp"
438+
android:layout_marginBottom="4dp"
439439
android:background="?attr/separator_color" />
440440

441441
<LinearLayout

0 commit comments

Comments
 (0)