mirror of
https://github.com/InvertGeek/MixFile.git
synced 2026-09-03 07:18:45 +08:00
2.0.11.4
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -71,6 +71,7 @@ fun BottomControl(
|
||||
) {
|
||||
// 左侧:播放控制与时间
|
||||
Row(
|
||||
modifier = Modifier.padding(start = 10.dp),
|
||||
verticalAlignment = Alignment.CenterVertically,
|
||||
horizontalArrangement = Arrangement.spacedBy(15.dp)
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user