android: add adaptive icons for 26. Fix references to icons.

This commit is contained in:
Alibek Omarov
2019-12-01 01:27:21 +03:00
parent e72b89a88b
commit c22c227108
21 changed files with 19 additions and 9 deletions

View File

@@ -9,7 +9,8 @@
android:installLocation="auto">
<application android:label="@string/app_name"
android:icon="@drawable/ic_launcher"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:allowBackup="true"
android:debuggable="false"
android:hardwareAccelerated="true">