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

Commit 86bfcbd5 authored by Beverly's avatar Beverly
Browse files

Use colorSurface for toast backgrounds

Bug: 206815955
Test: manually trigger toast, see bg color
Change-Id: I71107deeb564e361b8862ebf3458a7ec9357cea7
parent 471b0fba
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/colorBackground" />
    <solid android:color="?android:attr/colorSurface" />
    <corners android:radius="28dp" />
</shape>