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) -->
|
<!-- Gradient background from #c4d9d4 (top) to #f0f5fc (bottom) -->
|
||||||
<item android:drawable="@drawable/splash_gradient" />
|
<item android:drawable="@drawable/splash_gradient" />
|
||||||
|
|
||||||
<!-- House illustration — above center -->
|
<!-- House illustration centered -->
|
||||||
<item
|
<item>
|
||||||
android:gravity="center_horizontal"
|
|
||||||
android:top="0dp"
|
|
||||||
android:bottom="80dp">
|
|
||||||
<bitmap
|
<bitmap
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:src="@drawable/splash_house" />
|
android:src="@drawable/splash_house" />
|
||||||
</item>
|
</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>
|
</layer-list>
|
||||||
|
|||||||
@@ -3,23 +3,10 @@
|
|||||||
<!-- Gradient background from #c4d9d4 (top) to #f0f5fc (bottom) -->
|
<!-- Gradient background from #c4d9d4 (top) to #f0f5fc (bottom) -->
|
||||||
<item android:drawable="@drawable/splash_gradient" />
|
<item android:drawable="@drawable/splash_gradient" />
|
||||||
|
|
||||||
<!-- House illustration — above center -->
|
<!-- House illustration centered -->
|
||||||
<item
|
<item>
|
||||||
android:gravity="center_horizontal"
|
|
||||||
android:top="0dp"
|
|
||||||
android:bottom="80dp">
|
|
||||||
<bitmap
|
<bitmap
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:src="@drawable/splash_house" />
|
android:src="@drawable/splash_house" />
|
||||||
</item>
|
</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>
|
</layer-list>
|
||||||
|
|||||||
Reference in New Issue
Block a user