TF-3772 Animated splash Android

This commit is contained in:
DatDang
2025-06-09 11:09:18 +07:00
committed by Dat H. Pham
parent 57e4e1c7d0
commit ef5a35003e
25 changed files with 165 additions and 137 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 B

After

Width:  |  Height:  |  Size: 69 B

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/background" android:gravity="fill"/>
<item android:drawable="@drawable/splash" android:gravity="center" android:height="75dp" android:width="180dp"/>
<item android:bottom="20dp" android:gravity="bottom|center_horizontal" android:drawable="@drawable/branding" android:height="69dp" android:width="139dp"/>
</layer-list>
<item android:drawable="@drawable/splash" android:gravity="center" android:height="108dp" android:width="108dp"/>
<item android:bottom="40dp" android:gravity="bottom|center_horizontal" android:drawable="@drawable/branding" android:height="31dp" android:width="210dp"/>
</layer-list>