From e63b9a861d04655fc51c32df54877d889386e979 Mon Sep 17 00:00:00 2001 From: LittleTurtle2333 Date: Tue, 14 Feb 2023 21:15:56 +0800 Subject: [PATCH] =?UTF-8?q?UI=E7=BB=86=E8=8A=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lt2333/simplicitytools/activity/pages/s/MainPageForS.kt | 2 +- .../simplicitytools/activity/pages/s/SystemUIPageForS.kt | 6 +++--- .../lt2333/simplicitytools/activity/pages/t/MainPageForT.kt | 2 +- .../simplicitytools/activity/pages/t/SystemUIPageForT.kt | 6 +++--- app/src/main/res/values/colors.xml | 1 + 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/app/src/main/java/com/lt2333/simplicitytools/activity/pages/s/MainPageForS.kt b/app/src/main/java/com/lt2333/simplicitytools/activity/pages/s/MainPageForS.kt index 1d1a23ab..ac2cead6 100644 --- a/app/src/main/java/com/lt2333/simplicitytools/activity/pages/s/MainPageForS.kt +++ b/app/src/main/java/com/lt2333/simplicitytools/activity/pages/s/MainPageForS.kt @@ -18,7 +18,7 @@ class MainPageForS : BasePage() { TextSummaryWithSwitch( TextSummaryV( textId = R.string.main_switch, - colorId = R.color.purple_700 + colorId = R.color.blue ), SwitchV("main_switch", true) ) TextSummaryWithSwitch( diff --git a/app/src/main/java/com/lt2333/simplicitytools/activity/pages/s/SystemUIPageForS.kt b/app/src/main/java/com/lt2333/simplicitytools/activity/pages/s/SystemUIPageForS.kt index 27c52584..82ebd976 100644 --- a/app/src/main/java/com/lt2333/simplicitytools/activity/pages/s/SystemUIPageForS.kt +++ b/app/src/main/java/com/lt2333/simplicitytools/activity/pages/s/SystemUIPageForS.kt @@ -599,7 +599,7 @@ class SystemUIPageForS : BasePage() { TextSummaryWithSwitch( TextSummaryV( textId = R.string.show_weather_main_switch, - colorId = R.color.purple_700 + colorId = R.color.blue ), SwitchV( "notification_weather", @@ -636,7 +636,7 @@ class SystemUIPageForS : BasePage() { TextSummaryWithSwitch( TextSummaryV( textId = R.string.show_weather_main_switch, - colorId = R.color.purple_700, + colorId = R.color.blue, tipsId = R.string.control_center_weather_summary ), SwitchV( @@ -703,7 +703,7 @@ class SystemUIPageForS : BasePage() { TextSummaryWithSwitch( TextSummaryV( textId = R.string.old_qs_custom_switch, - colorId = R.color.purple_700 + colorId = R.color.blue ), SwitchV( "old_qs_custom_switch", diff --git a/app/src/main/java/com/lt2333/simplicitytools/activity/pages/t/MainPageForT.kt b/app/src/main/java/com/lt2333/simplicitytools/activity/pages/t/MainPageForT.kt index bf07d352..6b2619e3 100644 --- a/app/src/main/java/com/lt2333/simplicitytools/activity/pages/t/MainPageForT.kt +++ b/app/src/main/java/com/lt2333/simplicitytools/activity/pages/t/MainPageForT.kt @@ -18,7 +18,7 @@ class MainPageForT : BasePage() { TextSummaryWithSwitch( TextSummaryV( textId = R.string.main_switch, - colorId = R.color.purple_700 + colorId = R.color.blue ), SwitchV("main_switch", true) ) TextSummaryWithSwitch( diff --git a/app/src/main/java/com/lt2333/simplicitytools/activity/pages/t/SystemUIPageForT.kt b/app/src/main/java/com/lt2333/simplicitytools/activity/pages/t/SystemUIPageForT.kt index a2ed364e..5192aca4 100644 --- a/app/src/main/java/com/lt2333/simplicitytools/activity/pages/t/SystemUIPageForT.kt +++ b/app/src/main/java/com/lt2333/simplicitytools/activity/pages/t/SystemUIPageForT.kt @@ -599,7 +599,7 @@ class SystemUIPageForT : BasePage() { TextSummaryWithSwitch( TextSummaryV( textId = R.string.show_weather_main_switch, - colorId = R.color.purple_700 + colorId = R.color.blue ), SwitchV( "notification_weather", @@ -636,7 +636,7 @@ class SystemUIPageForT : BasePage() { TextSummaryWithSwitch( TextSummaryV( textId = R.string.show_weather_main_switch, - colorId = R.color.purple_700, + colorId = R.color.blue, tipsId = R.string.control_center_weather_summary ), SwitchV( @@ -703,7 +703,7 @@ class SystemUIPageForT : BasePage() { TextSummaryWithSwitch( TextSummaryV( textId = R.string.old_qs_custom_switch, - colorId = R.color.purple_700 + colorId = R.color.blue ), SwitchV( "old_qs_custom_switch", diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 4ee6d8ff..471881bb 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -8,4 +8,5 @@ #FF000000 #FFFFFFFF #FF0000 + #0d84ff \ No newline at end of file