fix(autojs): ui tablayout default to dark theme

This commit is contained in:
hyb1996
2018-05-31 11:07:21 +08:00
parent debcb1d7b8
commit 9c612ea8bd
3 changed files with 17 additions and 2 deletions

View 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>