diff --git a/app/src/main/kotlin/cn/super12138/todo/ui/pages/settings/components/palette/PalettePicker.kt b/app/src/main/kotlin/cn/super12138/todo/ui/pages/settings/components/palette/PalettePicker.kt index a930f3a..ef63cf2 100644 --- a/app/src/main/kotlin/cn/super12138/todo/ui/pages/settings/components/palette/PalettePicker.kt +++ b/app/src/main/kotlin/cn/super12138/todo/ui/pages/settings/components/palette/PalettePicker.kt @@ -31,6 +31,7 @@ fun PalettePicker( RowSettingsItem( title = stringResource(R.string.pref_palette_style), + description = stringResource(R.string.pref_palette_style_desc), horizontalArrangement = Arrangement.spacedBy(5.dp) ) { items(items = paletteOptions, key = { it.id }) { paletteStyle -> diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index 56f34b8..5b14a1b 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -51,6 +51,7 @@ 动态配色 使用系统壁纸的主题颜色,仅在 Android 12+ 上生效 主题样式 + 选择应用主题色的配色方式 色调点 中性 鲜艳 diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 9e657a3..42d37c4 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -52,6 +52,7 @@ Dynamic Color Use the system wallpaper\'s theme color, available on Android 12+ Palette Style + Choose the color scheme method for applying the theme color Tonal Spot Neutral Vibrant