refactor: center splash screen house illustration and remove logo from launch background
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user