Files
AutoJs6/autojs/src/main/res/layout/js_toolbar.xml
2018-05-29 20:26:21 +08:00

8 lines
548 B
XML

<?xml version="1.0" encoding="utf-8"?>
<com.stardust.autojs.core.ui.widget.JsToolbar xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:popupTheme="@style/AppTheme.PopupOverlay">
</com.stardust.autojs.core.ui.widget.JsToolbar>