Update app icon.

This commit is contained in:
Pierre 2018-03-24 18:43:55 +01:00
parent 180e41a5c3
commit b45a869fa5
2 changed files with 2 additions and 2 deletions

View File

@ -9,9 +9,9 @@
<application <application
android:allowBackup="true" android:allowBackup="true"
android:fullBackupContent="@xml/backup_scheme" android:fullBackupContent="@xml/backup_scheme"
android:icon="@mipmap/ic_launcher" android:icon="@drawable/ic_app_rounded"
android:label="@string/app_name" android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round" android:roundIcon="@drawable/ic_app_rounded"
android:supportsRtl="true" android:supportsRtl="true"
android:theme="@style/AppTheme"> android:theme="@style/AppTheme">

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB