aboutsummaryrefslogtreecommitdiffstats
path: root/res/menu/manageaccounts.xml
blob: 1d81ba3c6f00bc597b30effa40a787146c8f376c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
    <item android:id="@+id/action_add_account"
        android:showAsAction="always"
        android:title="@string/action_add_account"
        android:icon="@drawable/ic_action_add_person"/>
 <item
        android:id="@+id/action_settings"
        android:orderInCategory="100"
        android:showAsAction="never"
        android:title="@string/action_settings"/>
</menu>