6.6.2 - Alpha5 - 主题色设置页面增加新布局支持 (初步)

This commit is contained in:
SuperMonster003
2025-03-24 19:57:31 +08:00
parent fb93e169cb
commit 9dd763644d
24 changed files with 538 additions and 303 deletions

View File

@@ -258,8 +258,7 @@
<activity android:name="org.autojs.autojs.ui.project.ProjectConfigActivity" />
<activity
android:name="org.autojs.autojs.ui.keystore.ManageKeyStoreActivity" />
<activity android:name="org.autojs.autojs.ui.keystore.ManageKeyStoreActivity" />
<activity
android:name="org.autojs.autojs.ui.log.LogActivity"
@@ -574,6 +573,10 @@
<!-- </intent-filter>-->
<!--</receiver>-->
<activity
android:name="org.autojs.autojs.theme.app.ColorSelectLegacyActivity"
android:theme="@style/MtAppTheme.FullScreen" />
<activity
android:name="org.autojs.autojs.theme.app.ColorSelectActivity"
android:theme="@style/MtAppTheme.FullScreen" />