1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-01-15 11:45:45 +00:00
NewPipe/app/src/main/res/menu/download_menu.xml
Christian Schabesberger c28fddc4dd did some finetuning
2017-02-19 16:07:45 +01:00

8 lines
289 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/action_settings"
app:showAsAction="never"
android:title="@string/settings"/>
</menu>