Fine tuned dialog (no scrollers in fullscreen on 5in phone)

This commit is contained in:
litetex 2022-03-02 20:58:14 +01:00
parent 7d42e50f5b
commit dae5aa38a8
1 changed files with 12 additions and 12 deletions

View File

@ -31,7 +31,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_below="@id/tempoControlText" android:layout_below="@id/tempoControlText"
android:layout_marginTop="3dp" android:layout_marginTop="1dp"
android:orientation="horizontal"> android:orientation="horizontal">
<org.schabi.newpipe.views.NewPipeTextView <org.schabi.newpipe.views.NewPipeTextView
@ -101,7 +101,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_below="@id/tempoCurrentText" android:layout_below="@id/tempoCurrentText"
android:paddingBottom="4dp" android:paddingBottom="2dp"
tools:progress="50" /> tools:progress="50" />
</RelativeLayout> </RelativeLayout>
@ -129,9 +129,9 @@
android:layout_height="1dp" android:layout_height="1dp"
android:layout_below="@id/tempoControl" android:layout_below="@id/tempoControl"
android:layout_marginStart="12dp" android:layout_marginStart="12dp"
android:layout_marginTop="6dp" android:layout_marginTop="4dp"
android:layout_marginEnd="6dp" android:layout_marginEnd="12dp"
android:layout_marginBottom="6dp" android:layout_marginBottom="4dp"
android:background="?attr/separator_color" /> android:background="?attr/separator_color" />
<org.schabi.newpipe.views.NewPipeTextView <org.schabi.newpipe.views.NewPipeTextView
@ -150,7 +150,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_below="@id/pitchControlText" android:layout_below="@id/pitchControlText"
android:layout_marginTop="3dp"> android:layout_marginTop="1dp">
<RelativeLayout <RelativeLayout
android:id="@+id/pitchPercentControl" android:id="@+id/pitchPercentControl"
@ -226,7 +226,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_below="@+id/pitchPercentCurrentText" android:layout_below="@+id/pitchPercentCurrentText"
android:paddingBottom="4dp" android:paddingBottom="2dp"
tools:progress="50" /> tools:progress="50" />
</RelativeLayout> </RelativeLayout>
@ -319,7 +319,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_below="@+id/pitchSemitoneCurrentText" android:layout_below="@+id/pitchSemitoneCurrentText"
android:max="24" android:max="24"
android:paddingBottom="4dp" android:paddingBottom="2dp"
android:progress="12" /> android:progress="12" />
</RelativeLayout> </RelativeLayout>
@ -348,9 +348,9 @@
android:layout_height="1dp" android:layout_height="1dp"
android:layout_below="@+id/pitchControlContainer" android:layout_below="@+id/pitchControlContainer"
android:layout_marginStart="12dp" android:layout_marginStart="12dp"
android:layout_marginTop="6dp" android:layout_marginTop="4dp"
android:layout_marginEnd="12dp" android:layout_marginEnd="12dp"
android:layout_marginBottom="6dp" android:layout_marginBottom="4dp"
android:background="?attr/separator_color" /> android:background="?attr/separator_color" />
<LinearLayout <LinearLayout
@ -433,9 +433,9 @@
android:layout_height="1dp" android:layout_height="1dp"
android:layout_below="@+id/stepSizeSelector" android:layout_below="@+id/stepSizeSelector"
android:layout_marginStart="12dp" android:layout_marginStart="12dp"
android:layout_marginTop="6dp" android:layout_marginTop="4dp"
android:layout_marginEnd="12dp" android:layout_marginEnd="12dp"
android:layout_marginBottom="6dp" android:layout_marginBottom="4dp"
android:background="?attr/separator_color" /> android:background="?attr/separator_color" />
<LinearLayout <LinearLayout