1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-08-25 11:06:43 +00:00
NewPipe/app/src/main/res/menu/menu_feed_fragment.xml
Mauricio Colli 97f5490c13
Add help dialog to feed screen
Help to a possible confusion or simply awareness that NewPipe has both
ways to load the feed.
2020-03-14 13:24:25 -03:00

10 lines
336 B
XML

<?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>