You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
12 lines
336 B
XML
12 lines
336 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
<item
|
|
android:id="@+id/action_log"
|
|
android:icon="@drawable/ic_bug_md2"
|
|
android:title="@string/logs"
|
|
app:showAsAction="ifRoom" />
|
|
|
|
</menu>
|