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">
|
|
|
|
|
|
|
|
<group android:checkableBehavior="single">
|
|
|
|
|
2016-08-23 09:39:18 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/magisk"
|
|
|
|
android:icon="@drawable/magisk"
|
|
|
|
android:title="@string/magisk"/>
|
|
|
|
|
2016-08-21 13:29:42 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/modules"
|
|
|
|
android:icon="@drawable/ic_extension"
|
|
|
|
android:title="@string/modules"/>
|
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/log"
|
|
|
|
android:icon="@drawable/ic_bug_report"
|
|
|
|
android:title="@string/log"/>
|
|
|
|
|
|
|
|
</group>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
<group android:checkableBehavior="none">
|
|
|
|
</group>
|
|
|
|
-->
|
|
|
|
|
|
|
|
</menu>
|