Skip to content

Commit b9c53b0

Browse files
committed
feat(splash): implement unified splash screen for all platforms
- Add splash image to Android launch background - Update pubspec.yaml to include splash assets - Modify web index.html for consistent splash behavior - Remove unused loading indicator and spinner styles
1 parent e9fe6c4 commit b9c53b0

File tree

27 files changed

+37
-53
lines changed

27 files changed

+37
-53
lines changed
18.5 KB
Loading
8.6 KB
Loading
18.5 KB
Loading
8.6 KB
Loading

android/app/src/main/res/drawable-night-v21/launch_background.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@
33
<item>
44
<bitmap android:gravity="fill" android:src="@drawable/background"/>
55
</item>
6+
<item>
7+
<bitmap android:gravity="center" android:src="@drawable/splash"/>
8+
</item>
69
</layer-list>
32.1 KB
Loading
72.5 KB
Loading
126 KB
Loading

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@
33
<item>
44
<bitmap android:gravity="fill" android:src="@drawable/background"/>
55
</item>
6+
<item>
7+
<bitmap android:gravity="center" android:src="@drawable/splash"/>
8+
</item>
69
</layer-list>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@
33
<item>
44
<bitmap android:gravity="fill" android:src="@drawable/background"/>
55
</item>
6+
<item>
7+
<bitmap android:gravity="center" android:src="@drawable/splash"/>
8+
</item>
69
</layer-list>

0 commit comments

Comments
 (0)