mirror of
https://github.com/TonyJiangWJ/Auto.js.git
synced 2026-06-21 21:01:43 +08:00
33 lines
1.2 KiB
XML
33 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout 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="match_parent"
|
|
android:orientation="vertical">
|
|
|
|
<android.support.design.widget.AppBarLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="@android:color/transparent"
|
|
android:clipToPadding="false"
|
|
android:theme="@style/AppTheme.AppBarOverlay">
|
|
|
|
|
|
<com.stardust.theme.widget.ThemeColorToolbar
|
|
android:id="@+id/toolbar"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="?attr/actionBarSize"
|
|
app:popupTheme="@style/AppTheme.PopupOverlay"
|
|
app:title="@string/_app_name">
|
|
|
|
|
|
</com.stardust.theme.widget.ThemeColorToolbar>
|
|
</android.support.design.widget.AppBarLayout>
|
|
|
|
<org.autojs.autojs.ui.explorer.ExplorerView
|
|
android:id="@+id/script_list"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="#fafafa"/>
|
|
|
|
</LinearLayout> |