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

Commit 670739ce authored by Pranav Vashi's avatar Pranav Vashi Committed by Nishith Khanna
Browse files

SystemUI: Fix QS customizer corner radius



* This fixes AOSP bug by matching radius in qs_customizer_background_primary
  and qs_customizer_background_transition

Signed-off-by: default avatarPranav Vashi <neobuddy89@gmail.com>
Change-Id: Ibff6db49a261819f55aa2b23cfd2a243b5500ec0
parent f12e7981
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,5 +16,6 @@
<inset xmlns:android="http://schemas.android.com/apk/res/android">
    <shape>
        <solid android:color="?attr/underSurface"/>
        <corners android:radius="?android:attr/dialogCornerRadius" />
    </shape>
</inset>