switch to vector for splash since we target > 21 (#208)

This commit is contained in:
Carlos 2020-04-23 20:49:32 -04:00 committed by GitHub
parent 3631489c56
commit 5e5ab8df6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 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,11 @@
<item android:drawable="@color/splashBackground" />
<item>
<bitmap
android:gravity="center"
android:src="@drawable/splash_icon"/>
</item>
<item
android:width="64dp"
android:height="64dp"
android:drawable="@drawable/ic_tachi"
android:gravity="center" />
</layer-list>