2014-10-22 16:38:44 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-01-03 12:36:48 +00:00
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
2014-10-22 16:38:44 +00:00
|
|
|
|
2015-01-03 12:36:48 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_add_account"
|
2015-01-22 04:00:35 +00:00
|
|
|
android:icon="?attr/icon_add_person"
|
2015-01-03 12:36:48 +00:00
|
|
|
android:showAsAction="always"
|
|
|
|
android:title="@string/action_add_account"/>
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_enable_all"
|
|
|
|
android:title="@string/enable_all_accounts"/>
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_disable_all"
|
|
|
|
android:title="@string/disable_all_accounts"/>
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_settings"
|
|
|
|
android:orderInCategory="100"
|
|
|
|
android:showAsAction="never"
|
|
|
|
android:title="@string/action_settings"/>
|
2014-10-22 16:38:44 +00:00
|
|
|
|
|
|
|
</menu>
|