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

Commit 4a72efd2 authored by shirleyqian's avatar shirleyqian
Browse files

Fix the wrong height of cue bar.

Bug: 429199749
Test: local
Flag: com.android.systemui.enable_underlay
Change-Id: I563d62fd4f63c9eeec2faaf206babd52032d9a5b
parent 16b177a4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -269,7 +269,7 @@ fun NavBarPill(
                                                    Color.Transparent
                                                }
                                            )
                                            .height(28.dp)
                                            .height(24.dp)
                                            .padding(start = 6.dp, end = 6.dp),
                                ) {
                                    Image(
@@ -326,7 +326,7 @@ fun NavBarPill(
                                                    else -> Modifier
                                                }
                                            )
                                            .padding(3.dp)
                                            .padding(horizontal = 3.dp, vertical = 4.dp)
                                            .size(16.dp)
                                            .then(iconBorder)
                                            .clip(CircleShape),