9 lines
671 B
XML
9 lines
671 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"
|
|
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
|
|
app:popupTheme="@style/ThemeOverlay.AppCompat.Dark.ActionBar">
|
|
|
|
</com.stardust.autojs.core.ui.widget.JsToolbar> |