Files
lockstep-player/app/src/main/res/drawable/ic_launcher_layer.xml

6 lines
255 B
XML
Raw Normal View History

2026-05-14 02:43:49 +02:00
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/ic_launcher_background" />
<item android:drawable="@drawable/ic_launcher_foreground" />
</layer-list>