Change static defined color inside drawable

Test: manual build and installed on bullhead
-theme based color attribute may not load from correct context inside drawables.

b/35681210

Change-Id: I8869963dee76d6744c619a25f01270e2a2f5d77c
This commit is contained in:
Hyunyoung Song
2017-02-23 15:30:12 -08:00
parent cafabced45
commit e2c31ffc2b

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>