12 lines
371 B
XML
12 lines
371 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<item
|
||
|
android:id="@+id/action_my_location"
|
||
|
android:icon="@drawable/ic_action_polygom_dark"
|
||
|
android:title="@string/my_location"/>
|
||
|
|
||
|
<item
|
||
|
android:id="@+id/action_live_now"
|
||
|
android:icon="@drawable/ic_action_view"
|
||
|
android:title="@string/live_now"/>
|
||
|
</menu>
|