04349db2b1
- Delete conflicting ic_launcher_background.xml drawable with teal grid pattern - Update adaptive icon XMLs to use vector drawable instead of PNG mipmap - Change from @mipmap/ic_launcher_foreground to @drawable/ic_launcher_foreground - Vector drawable (drawable-v24/ic_launcher_foreground.xml) contains proper white Ditto logo - Background color (#7c52e0 purple) is correctly defined in values/ic_launcher_background.xml The APK was showing only a purple circle because the vector foreground logo wasn't being used. Now the adaptive icon system will properly composite the white Ditto logo on the purple background.