manager: add some animation (#26)
Signed-off-by: WenHao2130 <98936399+WenHao2130@users.noreply.github.com>
This commit is contained in:
@@ -355,7 +355,9 @@ fun MoreSettingsScreen(navigator: DestinationsNavigator) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// 只在未启用动态颜色时显示主题色选择
|
// 只在未启用动态颜色时显示主题色选择
|
||||||
if (!useDynamicColor) {
|
AnimatedVisibility(
|
||||||
|
visible = !useDynamicColor
|
||||||
|
) {
|
||||||
ListItem(
|
ListItem(
|
||||||
leadingContent = { Icon(Icons.Default.Palette, null) },
|
leadingContent = { Icon(Icons.Default.Palette, null) },
|
||||||
headlineContent = { Text("主题颜色") },
|
headlineContent = { Text("主题颜色") },
|
||||||
|
|||||||
Reference in New Issue
Block a user