Add adaptive icon and round icon for Nougat

This commit is contained in:
Karim Abou Zeid 2017-12-23 23:02:00 +01:00
commit 1e62fc5dfc
26 changed files with 25 additions and 0 deletions

View file

@ -17,6 +17,7 @@
android:name=".App"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/Theme.Phonograph.Light"