BayernMessenger/vector/src/main/res/drawable/splash.xml

17 lines
553 B
XML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<!-- The android:opacity=”opaque” linethis is critical in preventing a flash of black as your theme transitions. -->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"
android:opacity="opaque">
<!-- Background color -->
<item android:drawable="@color/riot_primary_background_color_light" />
<!-- Centered logo -->
<item>
<bitmap
android:gravity="center"
android:src="@drawable/riot_splash_0_blue" />
</item>
</layer-list>