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(
|
Row(
|
||||||
modifier = modifier,
|
modifier = modifier,
|
||||||
horizontalArrangement = Arrangement.spacedBy(32.dp),
|
horizontalArrangement = Arrangement.spacedBy(20.dp),
|
||||||
verticalAlignment = Alignment.CenterVertically,
|
verticalAlignment = Alignment.CenterVertically,
|
||||||
) {
|
) {
|
||||||
if (!isLiveStream) {
|
if (!isLiveStream) {
|
||||||
|
|||||||
Reference in New Issue
Block a user