mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-12-23 02:23:22 +00:00
13 lines
No EOL
330 B
XML
13 lines
No EOL
330 B
XML
<?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
|
|
android:src="@drawable/battle_axe"
|
|
android:tileMode="disabled"
|
|
android:gravity="center"
|
|
/>
|
|
</item>
|
|
</layer-list> |