You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
663 B
XML
21 lines
663 B
XML
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
tools:context="com.hmkcode.app.MainActivity" >
|
|
|
|
<item
|
|
android:id="@+id/action_settings"
|
|
android:orderInCategory="100"
|
|
android:title="@string/action_settings"
|
|
app:showAsAction="never"/>
|
|
|
|
<item
|
|
android:id="@+id/action_find_location"
|
|
android:orderInCategory="101"
|
|
android:title="@string/action_find_location"
|
|
android:icon="@drawable/ic_action_location_found"
|
|
app:showAsAction="always"
|
|
/>
|
|
|
|
</menu>
|