File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments