2016-08-21 13:29:42 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
2016-11-08 21:17:50 +00:00
|
|
|
<group android:checkableBehavior="single">
|
2016-08-21 13:29:42 +00:00
|
|
|
|
2016-08-23 09:39:18 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/magisk"
|
|
|
|
android:icon="@drawable/magisk"
|
|
|
|
android:title="@string/magisk"/>
|
|
|
|
|
2016-10-22 16:05:34 +00:00
|
|
|
|
|
|
|
|
2016-08-21 13:29:42 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/modules"
|
|
|
|
android:icon="@drawable/ic_extension"
|
|
|
|
android:title="@string/modules"/>
|
|
|
|
|
2016-09-11 18:36:58 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/downloads"
|
2016-09-17 18:32:08 +00:00
|
|
|
android:icon="@drawable/ic_cloud_download"
|
2016-09-11 18:36:58 +00:00
|
|
|
android:title="@string/downloads"/>
|
|
|
|
|
2016-09-29 20:18:41 +00:00
|
|
|
<item
|
2016-10-22 18:04:58 +00:00
|
|
|
android:id="@+id/magiskhide"
|
2016-10-22 16:05:34 +00:00
|
|
|
android:icon="@drawable/ic_autoroot"
|
2016-10-22 18:04:58 +00:00
|
|
|
android:title="@string/magiskhide"/>
|
|
|
|
<item
|
2016-09-29 20:18:41 +00:00
|
|
|
android:id="@+id/log"
|
|
|
|
android:icon="@drawable/ic_bug_report"
|
|
|
|
android:title="@string/log"/>
|
|
|
|
</group>
|
2016-08-21 13:29:42 +00:00
|
|
|
|
2016-11-08 21:17:50 +00:00
|
|
|
<group android:checkableBehavior="none">
|
2016-09-29 15:24:31 +00:00
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/settings"
|
|
|
|
android:icon="@drawable/ic_settings"
|
|
|
|
android:title="@string/settings"/>
|
2016-08-23 15:02:32 +00:00
|
|
|
|
2016-09-29 20:18:41 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/app_about"
|
|
|
|
android:icon="@drawable/ic_info_outline"
|
|
|
|
android:title="@string/about"/>
|
2016-08-21 13:29:42 +00:00
|
|
|
|
2016-09-29 20:18:41 +00:00
|
|
|
</group>
|
2016-09-29 15:24:31 +00:00
|
|
|
|
2016-08-21 13:29:42 +00:00
|
|
|
</menu>
|