Add help dialog to feed screen
Help to a possible confusion or simply awareness that NewPipe has both ways to load the feed.
This commit is contained in:
parent
21d6a9e673
commit
b57e949179
7 changed files with 69 additions and 0 deletions
10
app/src/main/res/menu/menu_feed_fragment.xml
Normal file
10
app/src/main/res/menu/menu_feed_fragment.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_item_feed_help"
|
||||
android:icon="?attr/ic_help"
|
||||
android:title="@string/help"
|
||||
app:showAsAction="always" />
|
||||
</menu>
|
||||
Loading…
Add table
Add a link
Reference in a new issue