You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FoxMagiskModuleManager/app/src/main/res/menu/compat_menu.xml

9 lines
336 B
XML

<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@+id/compat_menu_item"
android:enabled="false"
android:icon="@null"
android:title=""
app:showAsAction="always" />
</menu>