You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
624 B
22 lines
624 B
<?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_edit"
|
|
android:icon="@drawable/ic_edit"
|
|
android:title="@string/edit"
|
|
app:showAsAction="ifRoom" />
|
|
|
|
<item
|
|
android:id="@+id/menu_refresh"
|
|
android:title="@string/refresh"
|
|
app:showAsAction="never" />
|
|
|
|
<item
|
|
android:id="@+id/menu_can_update"
|
|
android:title="@string/allow_update"
|
|
android:checkable="true"
|
|
app:showAsAction="never" />
|
|
|
|
</menu> |