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

Commit 33f6ddfd authored by Zach Lee's avatar Zach Lee Committed by Android (Google) Code Review
Browse files

Merge "Change color of all Wear Toasts" into main

parents d7726bbd 76c76398
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
       android:shape="rectangle">
    <!-- background is material_grey_700 with .9 alpha -->
    <solid android:color="#E65F6368" />
    <!-- background is material_white with .9 alpha -->
    <solid android:color="@color/tooltip_background_light" />
    <corners android:radius="24dp" />
</shape>