We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22335b2 commit c910fecCopy full SHA for c910fec
android/app/src/main/AndroidManifest.xml
@@ -8,7 +8,7 @@
8
FlutterApplication and put your custom class here. -->
9
<application
10
android:name="io.flutter.app.FlutterApplication"
11
- android:label="flutter_wechat"
+ android:label="微信"
12
android:icon="@mipmap/ic_launcher">
13
<activity
14
android:name=".MainActivity"
android/app/src/main/res/drawable/launch_background.xml
@@ -4,9 +4,7 @@
4
<item android:drawable="@android:color/white" />
5
6
<!-- You can insert your own image assets here -->
7
- <!-- <item>
- <bitmap
- android:gravity="center"
- android:src="@mipmap/launch_image" />
- </item> -->
+ <item>
+ <bitmap android:src="@drawable/launch_image" />
+ </item>
</layer-list>
android/app/src/main/res/drawable/launch_image.png
288 KB
0 commit comments