aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/menu/tunnel_detail.xml
blob: 8e2c2eb9f65874582caf33e712d67684ac5c437e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:android="http://schemas.android.com/apk/res/android">
    <item
        android:id="@+id/menu_action_edit"
        android:alphabeticShortcut="e"
        android:icon="@drawable/ic_action_edit"
        android:title="@string/edit"
        app:showAsAction="always" />
</menu>