Merge "Change static defined color inside drawable"

This commit is contained in:
TreeHugger Robot
2017-02-24 03:31:05 +00:00
committed by Android (Google) Code Review

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="?android:attr/colorAccent"/>
<background android:drawable="@*android:color/accent_device_default_light"/>
<foreground android:drawable="@mipmap/ic_launcher_settings"/>
</adaptive-icon>