app icon changed

This commit is contained in:
cimenmus
2018-07-04 23:37:33 +03:00
parent e3e6d307ab
commit dde2ff77ff
21 changed files with 151 additions and 2 deletions

View File

@@ -8,9 +8,10 @@
<application
android:name=".App"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:icon="@mipmap/ic_launcher_new"
android:logo="@mipmap/ic_launcher_new"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:roundIcon="@mipmap/ic_launcher_new_round"
android:supportsRtl="true"
android:theme="@style/AppTheme.NoActionBar">