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.
20 lines
716 B
XML
20 lines
716 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
tools:showIn="navigation_view">
|
|
|
|
<group android:checkableBehavior="single">
|
|
<item
|
|
android:id="@+id/nav_home"
|
|
android:icon="@drawable/ic_menu_home"
|
|
android:title="@string/menu_home" />
|
|
<item
|
|
android:id="@+id/nav_gallery"
|
|
android:icon="@drawable/ic_menu_record"
|
|
android:title="@string/menu_gallery" />
|
|
<item
|
|
android:id="@+id/nav_slideshow"
|
|
android:icon="@drawable/ic_menu_slideshow"
|
|
android:title="" />
|
|
</group>
|
|
</menu> |