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"
|
2017-09-15 09:33:16 +02:00
|
|
|
android:icon="@drawable/ic_action_markers_list"
|
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"
|
2017-09-26 12:53:48 +02:00
|
|
|
android:icon="@drawable/ic_action_history"
|
2017-08-29 12:55:36 +02:00
|
|
|
android:title="@string/shared_string_history"/>
|
2017-11-13 18:06:44 +01:00
|
|
|
|
|
|
|
<item android:id="@+id/action_more"
|
|
|
|
android:icon="@drawable/ic_navigation_drawer"
|
|
|
|
android:title="@string/shared_string_more_without_dots"/>
|
2017-08-29 12:55:36 +02:00
|
|
|
</menu>
|