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

Commit 3589b024 authored by shirleyqian's avatar shirleyqian
Browse files

Add 4dp bottom padding to cue bar.

Bug: 420540273
Test: local
Flag: com.android.systemui.enable_underlay
Change-Id: I2cbea28777a4cf1fca0327350451f7ec5bfec701
parent 88732135
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ fun AmbientCueContainer(
                    visible = visible,
                    expanded = expanded,
                    onShouldInterceptTouches = onShouldInterceptTouches,
                    modifier = Modifier.align(Alignment.BottomCenter),
                    modifier = Modifier.align(Alignment.BottomCenter).padding(bottom = 4.dp),
                )
            }
            is PillStyleViewModel.ShortPillStyle -> {