add transition animation for NavHost

This commit is contained in:
BinTianqi
2024-03-03 17:25:39 +08:00
parent 2582116a9d
commit 0cc3b66b79
11 changed files with 83 additions and 14 deletions

View File

@@ -34,7 +34,7 @@ fun AppSetting(navCtrl:NavHostController){
val verCode = pkgInfo.versionCode
val verName = pkgInfo.versionName
Column(modifier = sections()) {
Row(modifier = Modifier.fillMaxWidth().padding(horizontal = 3.dp),horizontalArrangement = Arrangement.SpaceBetween, verticalAlignment = Alignment.CenterVertically) {
Row(modifier = Modifier.fillMaxSize().padding(horizontal = 3.dp),horizontalArrangement = Arrangement.SpaceBetween, verticalAlignment = Alignment.CenterVertically) {
Text(text = "Wear", style = typography.titleLarge, color = titleColor)
Switch(
checked = isWear,