Reducing the distance from the center to the side seek buttons on video playback
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ fun RenderCenterButtons(
|
||||
|
||||
Row(
|
||||
modifier = modifier,
|
||||
horizontalArrangement = Arrangement.spacedBy(32.dp),
|
||||
horizontalArrangement = Arrangement.spacedBy(20.dp),
|
||||
verticalAlignment = Alignment.CenterVertically,
|
||||
) {
|
||||
if (!isLiveStream) {
|
||||
|
||||
Reference in New Issue
Block a user