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

Commit d52a5420 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Use colorSurface for toast backgrounds"

parents b32e148d 86bfcbd5
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>