This commit is contained in:
1
2026-05-24 17:57:45 +08:00
parent f6f6cf27d0
commit e8bb863c9c
2 changed files with 3 additions and 2 deletions

View File

@@ -17,8 +17,8 @@ android {
applicationId = "com.donut.mixfile"
minSdk = 26
targetSdk = 36
versionCode = 162
versionName = "2.0.11.3"
versionCode = 163
versionName = "2.0.11.4"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {

View File

@@ -71,6 +71,7 @@ fun BottomControl(
) {
// 左侧:播放控制与时间
Row(
modifier = Modifier.padding(start = 10.dp),
verticalAlignment = Alignment.CenterVertically,
horizontalArrangement = Arrangement.spacedBy(15.dp)
) {