You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
30 lines
878 B
XML
30 lines
878 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">
|
|
|
|
<item
|
|
android:id="@+id/homeFragment"
|
|
android:icon="@drawable/ic_home_md2"
|
|
android:title="@string/section_home"
|
|
tools:showAsAction="always" />
|
|
|
|
<item
|
|
android:id="@+id/superuserFragment"
|
|
android:icon="@drawable/ic_superuser_md2"
|
|
android:title="@string/superuser"
|
|
tools:showAsAction="always" />
|
|
|
|
<item
|
|
android:id="@+id/logFragment"
|
|
android:icon="@drawable/ic_bug_md2"
|
|
android:title="@string/logs"
|
|
tools:showAsAction="always" />
|
|
|
|
<item
|
|
android:id="@+id/modulesFragment"
|
|
android:icon="@drawable/ic_module_md2"
|
|
android:title="@string/modules"
|
|
tools:showAsAction="always" />
|
|
|
|
</menu>
|