You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Module fragment with menu; remove and disable buttons
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item
|
||||
android:id="@+id/remove"
|
||||
android:icon="@drawable/ic_delete"
|
||||
android:title="@string/remove"/>
|
||||
|
||||
<item
|
||||
android:id="@+id/disable"
|
||||
android:icon="@drawable/ic_block"
|
||||
android:title="@string/disable"/>
|
||||
|
||||
</menu>
|
||||
Reference in New Issue
Block a user