Skip to content

Commit 0f7db34

Browse files
committed
second_push
Added icons
1 parent fc70bdd commit 0f7db34

26 files changed

+67
-11
lines changed

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

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

66
<!-- You can insert your own image assets here -->
7-
<!-- <item>
7+
<item>
88
<bitmap
99
android:gravity="center"
10-
android:src="@mipmap/launch_image" />
11-
</item> -->
10+
android:src="@mipmap/ic_launcher" />
11+
</item>
1212
</layer-list>
1.14 KB
Loading
714 Bytes
Loading
1.46 KB
Loading
2.15 KB
Loading
2.65 KB
Loading

android/settings_aar.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include ':app'

assets/main.png

27.9 KB
Loading

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,4 +468,4 @@
468468
/* End XCConfigurationList section */
469469
};
470470
rootObject = 97C146E61CF9000F007C117D /* Project object */;
471-
}
471+
}
11.8 KB
Loading

0 commit comments

Comments
 (0)