mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
並び順の変更, タイトル修正
This commit is contained in:
parent
28fa96e153
commit
79784787ee
|
@ -1,16 +1,15 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
|
||||||
<item
|
|
||||||
android:id="@id/feature_debug_navigation"
|
|
||||||
android:icon="@drawable/developer_mode_24px"
|
|
||||||
android:title="DebugMenu"/>
|
|
||||||
|
|
||||||
<item
|
<item
|
||||||
android:id="@id/feature_library_navigation"
|
android:id="@id/feature_library_navigation"
|
||||||
android:icon="@drawable/folder_24px"
|
android:icon="@drawable/folder_24px"
|
||||||
android:title="Library"/>
|
android:title="Library"/>
|
||||||
|
|
||||||
|
<item
|
||||||
|
android:id="@id/feature_debug_navigation"
|
||||||
|
android:icon="@drawable/developer_mode_24px"
|
||||||
|
android:title="Debug menu"/>
|
||||||
|
|
||||||
|
|
||||||
</menu>
|
</menu>
|
Loading…
Reference in New Issue
Block a user