Use existing vector icon for splash screen (#5230)

This commit is contained in:
Ivan Iskandar 2021-05-30 22:15:20 +07:00 committed by GitHub
parent 8622e6492c
commit 5bb1f72c28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 5 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 902 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -3,10 +3,10 @@
<item android:drawable="?attr/colorBackgroundSplash" />
<item>
<bitmap
android:gravity="center"
android:src="@drawable/splash_icon" />
</item>
<item
android:width="72dp"
android:height="72dp"
android:drawable="@drawable/ic_tachi"
android:gravity="center" />
</layer-list>