6.0.0 - 部分插件及工具版本更新

This commit is contained in:
SuperMonster003
2021-12-01 13:39:18 +08:00
parent 684938893a
commit 99a1d8490f
195 changed files with 5540 additions and 3909 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
<android.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
android:widgetLayout="@layout/preference_custom">
<com.stardust.theme.preference.ThemeColorPreferenceCategory
@@ -15,7 +15,7 @@
android:title="@string/text_use_volume_control_record"/>
<com.stardust.theme.preference.ThemeColorSwitchPreference
android:defaultValue="true"
android:defaultValue="false"
android:key="@string/key_record_toast"
android:layout="@layout/preference_custom"
android:title="@string/text_record_msg"/>
@@ -35,7 +35,7 @@
android:title="@string/text_script_running">
<com.stardust.theme.preference.ThemeColorSwitchPreference
android:defaultValue="false"
android:defaultValue="true"
android:key="@string/key_use_volume_control_running"
android:layout="@layout/preference_custom"
android:title="@string/text_use_volume_to_stop_running"/>
@@ -65,7 +65,7 @@
android:title="@string/text_accessibility_service">
<com.stardust.theme.preference.ThemeColorSwitchPreference
android:defaultValue="false"
android:defaultValue="true"
android:key="@string/key_enable_accessibility_service_by_root"
android:layout="@layout/preference_custom"
android:summary="@string/summary_enable_accessibility_service_by_root"
@@ -116,10 +116,10 @@
android:layout="@layout/preference_category_custom"
android:title="@string/text_about">
<Preference
android:layout="@layout/preference_custom"
android:title="@string/text_check_for_updates"
/>
<!-- <Preference-->
<!-- android:layout="@layout/preference_custom"-->
<!-- android:title="@string/text_check_for_updates"-->
<!-- />-->
<Preference
android:layout="@layout/preference_custom"
@@ -137,4 +137,4 @@
/>
</com.stardust.theme.preference.ThemeColorPreferenceCategory>
</PreferenceScreen>
</android.preference.PreferenceScreen>