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

Commit fbbe811b authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Fix rounded corners in QS panel.

Bug: 15949122
Change-Id: I6cd306c5dbfef6aad456bd6c82faf53cac0c040c
parent dd59aba6
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -16,5 +16,8 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="@color/system_primary_color" />
    <corners
        android:radius="@*android:dimen/notification_material_rounded_rect_radius"/>
        android:topLeftRadius="0dp"
        android:topRightRadius="0dp"
        android:bottomLeftRadius="@*android:dimen/notification_material_rounded_rect_radius"
        android:bottomRightRadius="@*android:dimen/notification_material_rounded_rect_radius"/>
</shape>