Added roundIcon for API level 25
This commit is contained in:
parent
23777762f0
commit
68642625e3
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue