Created
January 26, 2023 03:01
-
-
Save ribeiroevandro/096d8202da1d6362f12d101543ff1249 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
<?xml version="1.0" encoding="UTF-8"?> | |
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | |
<item android:gravity="fill_vertical" android:drawable="@color/splashscreen_background"/> | |
<item | |
android:drawable="@drawable/logo_icon" | |
android:width="163dp" | |
android:height="140dp" | |
android:gravity="center"/> | |
<item | |
android:width="322dp" | |
android:height="104dp" | |
android:drawable="@drawable/logo" | |
android:gravity="bottom"/> | |
</layer-list> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment