Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4edfa3c1 authored by shirleyqian's avatar shirleyqian Committed by Shirley Qian
Browse files

Add 32dp horizontal margin for action chips.

Bug: 419453577
Test: local
Flag: com.android.systemui.enable_underlay
Change-Id: Id2b0a7ff949d5cdade27d5522dda2c043b7ab3be
parent 19affb11
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ import androidx.compose.animation.slideInVertically
import androidx.compose.animation.slideOutVertically
import androidx.compose.foundation.layout.Arrangement
import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.padding
import androidx.compose.runtime.Composable
import androidx.compose.ui.Alignment
import androidx.compose.ui.Modifier
@@ -49,6 +50,7 @@ fun ActionList(
        actions.forEachIndexed { index, action ->
            AnimatedVisibility(
                visible = visible,
                modifier = Modifier.padding(horizontal = 32.dp),
                enter =
                    slideInVertically(
                        spring(