This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Michael Zanetti ab438295d7 fix adaptive icon
apparently needs to be in mipmap-anydpi-v26, not in drawable-anydpi-v26
2018-10-18 23:16:44 +02:00

6 lines
250 B
XML

<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/icon_background"/>
<foreground android:drawable="@drawable/icon_foreground"/>
</adaptive-icon>