modify android app Icon and label

This commit is contained in:
xiaojia22326@163.com
2019-01-10 10:39:17 +08:00
parent 71292363a3
commit 34809abb33
2 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@
FlutterApplication and put your custom class here. -->
<application
android:name="io.flutter.app.FlutterApplication"
android:label="flutter_rookie_book"
android:icon="@mipmap/ic_launcher">
android:label="菜鸟手册"
android:icon="@drawable/logo">
<activity
android:name=".MainActivity"
android:launchMode="singleTop"

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB