mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-02-18 16:53:15 +00:00
仮置きアイテム追加
This commit is contained in:
parent
30661e1a2b
commit
83806e0d90
8
app/src/main/res/menu/drawer_menu.xml
Normal file
8
app/src/main/res/menu/drawer_menu.xml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
|
||||||
|
<item
|
||||||
|
android:id="@+id/nav_home"
|
||||||
|
android:icon="@drawable/developer_mode_24px"
|
||||||
|
android:title="@string/placeholder" />
|
||||||
|
</menu>
|
Loading…
Reference in New Issue
Block a user