Files
yuzu/src/android/app/src/ea/res/drawable/ic_launcher.xml
2023-06-03 00:06:00 -07:00

7 lines
308 B
XML

<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_icon_bg" />
<foreground android:drawable="@drawable/ic_yuzu_ea" />
<monochrome android:drawable="@drawable/ic_yuzu_ea" />
</adaptive-icon>