1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-09-13 07:49:46 +00:00
NewPipe/app/src/main/res/menu/menu_feed_fragment.xml

10 lines
336 B
XML
Raw Normal View History

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