Skip to content

Commit 0ad6b3b

Browse files
committed
Improve download_dialog.xml unsupported streams notice
1 parent 4e87f5a commit 0ad6b3b

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@
8888
android:layout_below="@+id/threads_text_view"
8989
android:layout_marginLeft="24dp"
9090
android:layout_marginRight="24dp"
91-
android:orientation="horizontal"
92-
android:paddingBottom="12dp">
91+
android:layout_marginBottom="12dp"
92+
android:orientation="horizontal">
9393

9494
<org.schabi.newpipe.views.NewPipeTextView
9595
android:id="@+id/threads_count"
@@ -109,14 +109,14 @@
109109
</LinearLayout>
110110

111111
<org.schabi.newpipe.views.NewPipeTextView
112-
android:id="@+id/streams_hidden"
113112
android:layout_width="match_parent"
114113
android:layout_height="wrap_content"
115114
android:layout_below="@+id/threads_layout"
116115
android:layout_marginLeft="24dp"
117116
android:layout_marginRight="24dp"
118-
android:layout_marginBottom="6dp"
119-
android:textAlignment="textEnd"
120-
android:text="@string/streams_not_yet_supported_removed" />
117+
android:layout_marginBottom="12dp"
118+
android:gravity="center"
119+
android:text="@string/streams_not_yet_supported_removed"
120+
android:textSize="12sp" />
121121

122122
</RelativeLayout>

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@
740740
<string name="you_successfully_subscribed">You now subscribed to this channel</string>
741741
<string name="enumeration_comma">,</string>
742742
<string name="toggle_all">Toggle all</string>
743-
<string name="streams_not_yet_supported_removed">Note that streams which are not supported by the downloader yet have been removed</string>
743+
<string name="streams_not_yet_supported_removed">Streams which are not yet supported by the downloader are not shown</string>
744744
<string name="selected_stream_external_player_not_supported">The selected stream is not supported by external players</string>
745745
<string name="no_audio_streams_available_for_external_players">No audio streams are available for external players</string>
746746
<string name="no_video_streams_available_for_external_players">No video streams are available for external players</string>

0 commit comments

Comments
 (0)