10 lines
337 B
XML
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>
|