1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-10-02 00:40:51 +00:00
NewPipe/app/src/main/res/menu/software_component.xml
2017-07-05 19:35:15 +02:00

10 lines
337 B
XML

<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/action_website"
android:title="@string/action_open_website" />
<item
android:id="@+id/action_show_license"
android:title="@string/read_full_license">
</item>
</menu>