Added roundIcon for API level 25

This commit is contained in:
Niedermann IT-Dienstleistungen 2018-04-10 21:21:55 +02:00
parent 23777762f0
commit 68642625e3

View file

@ -25,6 +25,7 @@
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:label="@string/app_name"
android:theme="@style/AppTheme"
android:name=".NewsReaderApplication"