问题描述
我在我的应用中使用Cyanea主题引擎,并且我希望应用图标的背景与原色相同。有没有办法做到这一点?更改重音符号时,以下代码不会更改背景。
ic_launcher.xml
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/cyanea_accent" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
</adaptive-icon>
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)