fix(autojs): ui tablayout default to dark theme
This commit is contained in:
7
autojs/src/main/res/layout/js_tablayout.xml
Normal file
7
autojs/src/main/res/layout/js_tablayout.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<com.stardust.autojs.core.ui.widget.JsTabLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:theme="@style/ThemeOverlay.AppCompat.Dark">
|
||||
|
||||
</com.stardust.autojs.core.ui.widget.JsTabLayout>
|
||||
Reference in New Issue
Block a user