Fix ic_launcher_round not used

This commit is contained in:
Mygod
2018-01-22 08:34:07 -08:00
parent f1d58a1f2d
commit 5d00e90a69

View File

@@ -22,6 +22,7 @@
android:allowBackup="false"
android:label="@string/app_name"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity