From 72b75e235329e9f3d89e243ac798e438e289c73c Mon Sep 17 00:00:00 2001
From: Super12138 <70494801+Super12138@users.noreply.github.com>
Date: Wed, 5 Feb 2025 11:21:25 +0800
Subject: [PATCH] =?UTF-8?q?feat(settings):=20=E4=B8=BA=E4=B8=BB=E9=A2=98?=
=?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=AE=BE=E7=BD=AE=E6=B7=BB=E5=8A=A0=E8=A7=A3?=
=?UTF-8?q?=E9=87=8A?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../todo/ui/pages/settings/components/palette/PalettePicker.kt | 1 +
app/src/main/res/values-zh-rCN/strings.xml | 1 +
app/src/main/res/values/strings.xml | 1 +
3 files changed, 3 insertions(+)
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