diff options
Diffstat (limited to 'app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml')
| -rw-r--r-- | app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml index 93542a7..9378d4c 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -1,5 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> -<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> +<!-- Adaptive icons require a version-qualified resource directory. --> +<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:tools="http://schemas.android.com/tools" + tools:ignore="ObsoleteSdkInt"> <background android:drawable="@drawable/ic_launcher_background"/> <foreground android:drawable="@drawable/ic_launcher_foreground"/> <monochrome android:drawable="@drawable/ic_launcher_foreground"/> |