Improve download_dialog.xml unsupported streams notice

This commit is contained in:
Stypox 2022-06-18 19:16:36 +02:00
parent 321714eddc
commit 3f93974020
2 changed files with 7 additions and 7 deletions

View file

@ -88,8 +88,8 @@
android:layout_below="@+id/threads_text_view"
android:layout_marginLeft="24dp"
android:layout_marginRight="24dp"
android:orientation="horizontal"
android:paddingBottom="12dp">
android:layout_marginBottom="12dp"
android:orientation="horizontal">
<org.schabi.newpipe.views.NewPipeTextView
android:id="@+id/threads_count"
@ -109,14 +109,14 @@
</LinearLayout>
<org.schabi.newpipe.views.NewPipeTextView
android:id="@+id/streams_hidden"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/threads_layout"
android:layout_marginLeft="24dp"
android:layout_marginRight="24dp"
android:layout_marginBottom="6dp"
android:textAlignment="textEnd"
android:text="@string/streams_not_yet_supported_removed" />
android:layout_marginBottom="12dp"
android:gravity="center"
android:text="@string/streams_not_yet_supported_removed"
android:textSize="12sp" />
</RelativeLayout>