Last active
January 22, 2020 15:57
-
-
Save ferrannp/789d4983344146d361752347dd11a242 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// splash_screen.xml | |
<?xml version="1.0" encoding="utf-8"?> | |
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" | |
android:opacity="opaque"> | |
<item android:drawable="@color/darkBackground" /> | |
<item | |
android:gravity="center" | |
android:bottom="72dp"> | |
<bitmap | |
android:gravity="center" | |
android:src="@drawable/logo_splash_screen" /> | |
</item> | |
</layer-list> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment