2026-01-12 14:12:41 +05:30
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
2026-03-10 22:46:48 +05:30
|
|
|
<!-- Gradient background from #c4d9d4 (top) to #f0f5fc (bottom) -->
|
|
|
|
|
<item android:drawable="@drawable/splash_gradient" />
|
2026-01-12 14:12:41 +05:30
|
|
|
|
2026-03-28 15:30:09 +05:30
|
|
|
<!-- House illustration centered -->
|
|
|
|
|
<item>
|
2026-01-12 14:12:41 +05:30
|
|
|
<bitmap
|
|
|
|
|
android:gravity="center"
|
2026-03-10 22:46:48 +05:30
|
|
|
android:src="@drawable/splash_house" />
|
|
|
|
|
</item>
|
2026-01-12 14:12:41 +05:30
|
|
|
</layer-list>
|