14 lines
401 B
XML
14 lines
401 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
<item
|
|
android:id="@+id/item_home"
|
|
android:title="HOME"/>
|
|
<item
|
|
android:id="@+id/item_settings"
|
|
android:title="Settings"/>
|
|
<item
|
|
android:id="@+id/item_about"
|
|
android:title="About"/>
|
|
</menu>
|