2017-08-29 12:55:36 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_active"
|
|
|
|
android:icon="@drawable/ic_map"
|
2017-09-14 09:00:51 +02:00
|
|
|
android:title="@string/shared_string_list"/>
|
2017-08-29 12:55:36 +02:00
|
|
|
|
2017-09-14 08:58:35 +02:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_groups"
|
2017-09-14 10:21:15 +02:00
|
|
|
android:icon="@drawable/ic_action_folder"
|
2017-09-14 08:58:35 +02:00
|
|
|
android:title="@string/shared_string_groups" />
|
|
|
|
|
2017-08-29 12:55:36 +02:00
|
|
|
<item
|
|
|
|
android:id="@+id/action_history"
|
|
|
|
android:icon="@drawable/ic_action_history2"
|
|
|
|
android:title="@string/shared_string_history"/>
|
|
|
|
</menu>
|