aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu/change_presence.xml
blob: f3dfadfd0929e3de14714ec0e684fd814a274cc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<menu xmlns:android="http://schemas.android.com/apk/res/android">
    <item
        android:id="@+id/action_account_details"
        android:title="@string/account_details"
        android:showAsAction="always"
        android:icon="@drawable/ic_account_box_white_24dp"/>
    <item
        android:id="@+id/action_accounts"
        android:orderInCategory="90"
        android:showAsAction="never"
        android:title="@string/action_accounts"/>
    <item
        android:id="@+id/action_settings"
        android:orderInCategory="100"
        android:showAsAction="never"
        android:title="@string/action_settings"/>
</menu>