Files
WinBoLL/winboll/src/main/res/drawable/ic_launcher_beta.xml
2025-12-07 03:41:26 +08:00

14 lines
459 B
XML

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"
android:clickable="true"
android:layout_width="48dp"
android:layout_height="48dp">
<item android:drawable="@drawable/ic_launcher_background"/>
<item
android:left="0dp"
android:top="0dp"
android:right="0dp"
android:bottom="0dp"
android:drawable="@drawable/ic_launcher"/>
</layer-list>