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

Commit 51f7077c authored by Andrew Zeng's avatar Andrew Zeng
Browse files

Update wear default app icon color.

Change-Id: I8c1013d8b7a4de4f4646f4c394a57d4ccde38ed6
parent 147c44d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
    <background android:drawable="@color/accent_device_default_dark" />
    <background android:drawable="@drawable/sym_def_app_icon_background" />
    <foreground android:drawable="@mipmap/sym_def_app_icon_foreground" />
</adaptive-icon>
+5 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>

<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="#2374CE"/>
</shape>
 No newline at end of file