1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2026-04-19 05:11:22 +00:00
Files
NewPipe/app/src/main/res/menu/error_menu.xml
2020-10-14 11:04:48 +02:00

11 lines
341 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_share_error"
android:icon="?attr/ic_share"
android:title="@string/share"
app:showAsAction="ifRoom" />
</menu>