mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
appのナビゲーショングラフに追加、メニューアイテム追加
This commit is contained in:
parent
ee805d0447
commit
1c1e037557
|
@ -6,6 +6,11 @@
|
||||||
android:icon="@drawable/outline_developer_mode_24"
|
android:icon="@drawable/outline_developer_mode_24"
|
||||||
android:title="DebugMenu"/>
|
android:title="DebugMenu"/>
|
||||||
|
|
||||||
|
<item
|
||||||
|
android:id="@id/feature_library_navigation"
|
||||||
|
android:icon="@drawable/folder_24px"
|
||||||
|
android:title="Library"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</menu>
|
</menu>
|
|
@ -6,5 +6,7 @@
|
||||||
|
|
||||||
<include app:graph="@navigation/feature_debug_navigation" />
|
<include app:graph="@navigation/feature_debug_navigation" />
|
||||||
|
|
||||||
|
<include app:graph="@navigation/feature_library_navigation" />
|
||||||
|
|
||||||
|
|
||||||
</navigation>
|
</navigation>
|
Loading…
Reference in New Issue
Block a user