Skip to content

Commit 905893d

Browse files
committed
change icon
1 parent a760706 commit 905893d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+95
-93
lines changed

README.md

Lines changed: 1 addition & 1 deletion

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
FlutterApplication and put your custom class here. -->
1515
<application
1616
android:name="io.flutter.app.FlutterApplication"
17-
android:label="gsy_github_app_flutter"
17+
android:label="GSYGithubAppFlutter"
1818
android:icon="@mipmap/ic_launcher">
1919
<activity
2020
android:name=".MainActivity"
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- Modify this file to customize your launch splash screen -->
1+
<?xml version="1.0" encoding="utf-8"?><!-- Modify this file to customize your launch splash screen -->
32
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
43
<item android:drawable="@android:color/white" />
54

65
<!-- You can insert your own image assets here -->
7-
<!-- <item>
6+
<item>
87
<bitmap
98
android:gravity="center"
109
android:src="@mipmap/launch_image" />
11-
</item> -->
10+
</item>
1211
</layer-list>
28.9 KB
904 KB
29 KB
904 KB
28.8 KB
904 KB
28.5 KB

0 commit comments

Comments
 (0)