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

Unverified Commit d2f7effc authored by SuperDroidBond's avatar SuperDroidBond Committed by Michael Bestas
Browse files

toast: fix bg color not changing with theme change



Signed-off-by: default avatarSuperDroidBond <superdroidbond@yahoo.com>
Change-Id: I0d3a1995fa35d47e246cedef670357d31e004b50
parent 0d458e28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
       android:shape="rectangle">
    <solid android:color="?android:attr/colorSurface" />
    <solid android:color="?android:attr/colorBackgroundFloating" />
    <corners android:radius="28dp" />
</shape>