修复设置项重叠问题
This commit is contained in:
@@ -411,6 +411,9 @@ fun ThemeConfigScreen(
|
||||
onCheckedChange = { ThemeConfig.useFloatingBottomBar = it }
|
||||
)
|
||||
AnimatedVisibility(visible = ThemeConfig.useFloatingBottomBar) {
|
||||
Column(
|
||||
verticalArrangement = Arrangement.spacedBy(8.dp)
|
||||
) {
|
||||
SwitchSettingItem(
|
||||
title = stringResource(R.string.floating_bottom_bar_liquid_glass),
|
||||
description = stringResource(R.string.floating_bottom_bar_liquid_glass_summary),
|
||||
@@ -426,6 +429,8 @@ fun ThemeConfigScreen(
|
||||
onValueChange = { ThemeConfig.bottomBarLensRadius = it }
|
||||
)
|
||||
}
|
||||
|
||||
}
|
||||
DropdownListSettingItem(
|
||||
title = stringResource(R.string.tabletInterface),
|
||||
selectedValue = ThemeConfig.tabletInterface,
|
||||
|
||||
Reference in New Issue
Block a user