mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-11-09 03:20:00 +00:00
97f5490c13
Help to a possible confusion or simply awareness that NewPipe has both ways to load the feed.
10 lines
336 B
XML
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> |