2018-06-17 23:08:29 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_my_location"
|
2018-06-26 11:10:06 +02:00
|
|
|
android:icon="@drawable/ic_action_my_location"
|
2018-06-17 23:08:29 +02:00
|
|
|
android:title="@string/my_location"/>
|
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_live_now"
|
2018-06-26 11:10:06 +02:00
|
|
|
android:icon="@drawable/ic_action_live_now"
|
2018-06-17 23:08:29 +02:00
|
|
|
android:title="@string/live_now"/>
|
2019-01-18 13:51:39 +01:00
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_timeline"
|
|
|
|
android:icon="@drawable/ic_action_timeline"
|
|
|
|
android:title="@string/timeline"/>
|
2018-06-17 23:08:29 +02:00
|
|
|
</menu>
|