1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-11-03 00:30:01 +00:00
AideDeJeu/Data/Icons/Resources/drawable/splash.xml

13 lines
324 B
XML
Raw Permalink Normal View History

2020-02-04 13:52:19 +01:00
<?xml version="1.0" encoding="utf-8" ?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<color android:color="#ffffff"/>
</item>
<item>
<bitmap
2020-02-05 14:06:06 +01:00
android:src="@drawable/main"
2020-02-04 13:52:19 +01:00
android:tileMode="disabled"
android:gravity="center"
/>
</item>
</layer-list>