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

Commit 17df7fe1 authored by Andrew Zeng's avatar Andrew Zeng Committed by Android (Google) Code Review
Browse files

Merge "Update wear default app icon color."

parents b9202c29 51f7077c
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