tarot-ens-info/app/src/main/res/menu/activity_main_drawer.xml

19 lines
525 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_launcher_foreground"
android:title="@string/menu_home" />-->
<item
android:id="@+id/nav_new_game"
android:icon="@drawable/ic_launcher_foreground"
android:title="@string/menu_new_game" />
</group>
</menu>