1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-06-26 15:13:00 +00:00
Adjusted select_feed_group_fragment Layout
 - reference select_feed_group_item layout
 - use new Strings

Added strings:
- select_a_feed_group
- no_feed_group_created_yet
This commit is contained in:
Diana Victoria Furrer 2025-05-30 17:54:49 +02:00
parent 7c3989ff93
commit 436626fa83
2 changed files with 5 additions and 3 deletions

View File

@ -15,14 +15,14 @@
android:layout_marginEnd="5dp"
android:layout_marginRight="5dp"
android:layout_marginBottom="10dp"
android:text="@string/select_a_channel"
android:text="@string/select_a_feed_group"
android:textAppearance="?android:attr/textAppearanceLarge" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/items_list"
android:layout_width="match_parent"
android:layout_height="wrap_content"
tools:listitem="@layout/select_channel_item" />
tools:listitem="@layout/select_feed_group_item" />
<org.schabi.newpipe.views.NewPipeTextView
@ -30,7 +30,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="10dp"
android:text="@string/no_channel_subscribed_yet"
android:text="@string/no_feed_group_created_yet"
android:textAppearance="?android:attr/textAppearanceListItem" />
<ProgressBar

View File

@ -412,6 +412,8 @@
<string name="import_settings">Do you want to also import settings?</string>
<string name="error_unable_to_load_comments">Could not load comments</string>
<string name="localization_changes_requires_app_restart">The language will change once the app is restarted</string>
<string name="select_a_feed_group">Select a feed group</string>
<string name="no_feed_group_created_yet">No feed group created yet</string>
<!-- Kiosk Names -->
<string name="trending">Trending</string>
<string name="top_50">Top 50</string>