Skip to content

Commit c910fec

Browse files
committed
MOD:修改Android 应用名称和启动页
1 parent 22335b2 commit c910fec

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
FlutterApplication and put your custom class here. -->
99
<application
1010
android:name="io.flutter.app.FlutterApplication"
11-
android:label="flutter_wechat"
11+
android:label="微信"
1212
android:icon="@mipmap/ic_launcher">
1313
<activity
1414
android:name=".MainActivity"

android/app/src/main/res/drawable/launch_background.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
<item android:drawable="@android:color/white" />
55

66
<!-- You can insert your own image assets here -->
7-
<!-- <item>
8-
<bitmap
9-
android:gravity="center"
10-
android:src="@mipmap/launch_image" />
11-
</item> -->
7+
<item>
8+
<bitmap android:src="@drawable/launch_image" />
9+
</item>
1210
</layer-list>
288 KB
Loading

0 commit comments

Comments
 (0)