Skip to content

Commit 436626f

Browse files
committed
# Change
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
1 parent 7c3989f commit 436626f

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@
1515
android:layout_marginEnd="5dp"
1616
android:layout_marginRight="5dp"
1717
android:layout_marginBottom="10dp"
18-
android:text="@string/select_a_channel"
18+
android:text="@string/select_a_feed_group"
1919
android:textAppearance="?android:attr/textAppearanceLarge" />
2020

2121
<androidx.recyclerview.widget.RecyclerView
2222
android:id="@+id/items_list"
2323
android:layout_width="match_parent"
2424
android:layout_height="wrap_content"
25-
tools:listitem="@layout/select_channel_item" />
25+
tools:listitem="@layout/select_feed_group_item" />
2626

2727

2828
<org.schabi.newpipe.views.NewPipeTextView
2929
android:id="@+id/empty_state_view"
3030
android:layout_width="match_parent"
3131
android:layout_height="wrap_content"
3232
android:layout_margin="10dp"
33-
android:text="@string/no_channel_subscribed_yet"
33+
android:text="@string/no_feed_group_created_yet"
3434
android:textAppearance="?android:attr/textAppearanceListItem" />
3535

3636
<ProgressBar

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,8 @@
412412
<string name="import_settings">Do you want to also import settings?</string>
413413
<string name="error_unable_to_load_comments">Could not load comments</string>
414414
<string name="localization_changes_requires_app_restart">The language will change once the app is restarted</string>
415+
<string name="select_a_feed_group">Select a feed group</string>
416+
<string name="no_feed_group_created_yet">No feed group created yet</string>
415417
<!-- Kiosk Names -->
416418
<string name="trending">Trending</string>
417419
<string name="top_50">Top 50</string>

0 commit comments

Comments
 (0)