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

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

Merge "Change settings launcher icon background color"

parents 164d2c94 a4586d40
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="@*android:color/accent_device_default_light"/>
    <background android:drawable="@color/icon_launcher_setting_color"/>
    <foreground android:drawable="@mipmap/ic_launcher_settings"/>
</adaptive-icon>
+3 −0
Original line number Diff line number Diff line
@@ -149,5 +149,8 @@
    <color name="face_anim_particle_color_3">#ff4caf50</color> <!-- Material Green 500 -->
    <color name="face_anim_particle_color_4">#fffdd835</color> <!-- Material Yellow 600 -->
    <color name="face_anim_particle_error">#ff9e9e9e</color> <!-- Material Gray 500 -->

    <!-- launcher icon color -->
    <color name="icon_launcher_setting_color">@*android:color/accent_device_default_light</color>
</resources>