You can not 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
741 B
20 lines
741 B
<?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_camera" |
|
android:title="@string/menu_home" /> |
|
<item |
|
android:id="@+id/nav_gallery" |
|
android:icon="@drawable/ic_menu_gallery" |
|
android:title="@string/menu_gallery" /> |
|
<item |
|
android:id="@+id/nav_slideshow" |
|
android:icon="@drawable/ic_menu_slideshow" |
|
android:title="@string/menu_slideshow" /> |
|
</group> |
|
</menu> |