mirror of
https://github.com/FatttSnake/OxygenToolbox.git
synced 2026-04-06 08:41:26 +08:00
15 lines
478 B
XML
15 lines
478 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item
|
|
android:id="@+id/nav_home_tools"
|
|
android:icon="@drawable/ic_menu_home"
|
|
android:orderInCategory="0"
|
|
android:title="@string/menu_home_tools" />
|
|
|
|
<item
|
|
android:id="@+id/nav_home_fav"
|
|
android:icon="@drawable/ic_menu_home"
|
|
android:orderInCategory="1"
|
|
android:title="@string/menu_home_fav" />
|
|
|
|
</menu> |