Created
February 9, 2019 22:12
-
-
Save CagriAldemir/5613f001aaac277c2af9f0432773ac9e to your computer and use it in GitHub Desktop.
This file contains 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
<?xml version="1.0" encoding="utf-8"?> | |
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" | |
android:opacity="opaque"> | |
<item android:drawable="@android:color/white" /> | |
<item> | |
<bitmap | |
android:gravity="center" | |
android:src="@drawable/splash_logo" /> | |
</item> | |
</layer-list> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment