You've already forked KsuWebUIStandalone
mirror of
https://github.com/5ec1cff/KsuWebUIStandalone.git
synced 2025-09-06 06:37:11 +00:00
9 lines
355 B
XML
9 lines
355 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:checkable="true"
|
|
android:id="@+id/enable_webview_debugging"
|
|
android:title="@string/enable_webview_debugging"
|
|
app:showAsAction="never" />
|
|
</menu> |