aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/res/menu/config_list.xml
blob: ef1651f6c911aa5693b90c704136bfdc0430dbc4 (plain) (blame)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
    <item
        android:id="@+id/menu_action_add"
        android:alphabeticShortcut="n"
        android:icon="@drawable/ic_action_add"
        android:showAsAction="always"
        android:title="@string/add" />
</menu>