Loading res/drawable/ic_launcher_settings.xml +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:attr/colorAccent"/> <background android:drawable="@*android:color/accent_device_default_light"/> <foreground android:drawable="@mipmap/ic_launcher_settings"/> </adaptive-icon> Loading
res/drawable/ic_launcher_settings.xml +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:attr/colorAccent"/> <background android:drawable="@*android:color/accent_device_default_light"/> <foreground android:drawable="@mipmap/ic_launcher_settings"/> </adaptive-icon>