2018-05-07 18:44:52 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_track"
|
|
|
|
android:icon="@drawable/ic_action_polygom_dark"
|
2018-05-17 12:55:18 +02:00
|
|
|
android:title="@string/shared_string_gpx_track"/>
|
2018-05-07 18:44:52 +02:00
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/action_points"
|
2018-05-12 15:21:56 +02:00
|
|
|
android:icon="@drawable/ic_action_group_select_all"
|
2018-05-17 13:43:04 +02:00
|
|
|
android:title="@string/shared_string_gpx_points"/>
|
2018-05-07 18:44:52 +02:00
|
|
|
</menu>
|