aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main/res/menu/tunnel_detail.xml
blob: 2834a661e762288723dc03685fea4d19d4657f25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?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_action_edit"
        android:alphabeticShortcut="e"
        android:icon="@drawable/ic_action_edit"
        android:title="@string/edit"
        app:showAsAction="always" />
</menu>