When creating an launcher icon (Adaptive and Legacy) in a Image Asset Studio with a Clip Art, images are created in the mipmap folder:
But for anydpi-v26, the standard icon for the foreground does not change, although the background color has changed:
ic_launcher.xml(anydpi-v26):
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>
there are two files in the ic_launcher_foreground folder: ic_launcher_foregraund.xml (new icon) and ic_launcher_foregraund.xml (v24) (standard icon)
Why doesn't he change to a new drawing automatically? Thanks for any answer!