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

Commit 931f5188 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android (Google) Code Review
Browse files

Merge "Fix rounded corners in QS panel."

parents 9a347f19 fbbe811b
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>