refactor: center splash screen house illustration and remove logo from launch background

This commit is contained in:
pradeepkumar
2026-03-28 15:30:09 +05:30
parent 5909b7bf97
commit 3621f4d17f
2 changed files with 4 additions and 30 deletions

View File

@@ -3,23 +3,10 @@
<!-- Gradient background from #c4d9d4 (top) to #f0f5fc (bottom) -->
<item android:drawable="@drawable/splash_gradient" />
<!-- House illustration — above center -->
<item
android:gravity="center_horizontal"
android:top="0dp"
android:bottom="80dp">
<!-- House illustration centered -->
<item>
<bitmap
android:gravity="center"
android:src="@drawable/splash_house" />
</item>
<!-- RE-Quest logo — below center -->
<item
android:gravity="center_horizontal"
android:top="80dp"
android:bottom="0dp">
<bitmap
android:gravity="center"
android:src="@drawable/splash_logo" />
</item>
</layer-list>

View File

@@ -3,23 +3,10 @@
<!-- Gradient background from #c4d9d4 (top) to #f0f5fc (bottom) -->
<item android:drawable="@drawable/splash_gradient" />
<!-- House illustration — above center -->
<item
android:gravity="center_horizontal"
android:top="0dp"
android:bottom="80dp">
<!-- House illustration centered -->
<item>
<bitmap
android:gravity="center"
android:src="@drawable/splash_house" />
</item>
<!-- RE-Quest logo — below center -->
<item
android:gravity="center_horizontal"
android:top="80dp"
android:bottom="0dp">
<bitmap
android:gravity="center"
android:src="@drawable/splash_logo" />
</item>
</layer-list>