mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-05-17 12:55:57 +08:00
modify android app Icon and label
This commit is contained in:
@ -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"
|
||||
|
BIN
android/app/src/main/res/drawable/logo.png
Normal file
BIN
android/app/src/main/res/drawable/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.2 KiB |
Reference in New Issue
Block a user