fixup! Change app icons

This commit is contained in:
Ngô Ngọc Đức Huy 2021-02-12 21:19:06 +07:00
parent a3272abb6e
commit 3d9c569be1
Signed by: huyngo
GPG Key ID: 904AF1C7CDF695C3
1 changed files with 1 additions and 2 deletions

View File

@ -5,9 +5,8 @@
<application <application
android:allowBackup="true" android:allowBackup="true"
android:icon="@mipmap/ic_launcher" android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:logo="@mipmap/ic_launcher"
android:label="@string/app_name" android:label="@string/app_name"
android:logo="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round" android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true" android:supportsRtl="true"
android:theme="@style/AppTheme"> android:theme="@style/AppTheme">