You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
358 B
XML
17 lines
358 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item
|
|
android:id="@+id/action_browser"
|
|
android:title="@string/open_in_browser" />
|
|
|
|
<item
|
|
android:id="@+id/action_edit"
|
|
android:title="@string/edit" />
|
|
|
|
<item
|
|
android:id="@+id/action_unregister"
|
|
android:title="@string/remove" />
|
|
|
|
</menu> |