Files
nonograms/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
Grzegorz Kucmierz 15fffbc19a
All checks were successful
Deploy to Production / deploy (push) Successful in 22s
feat: add capacitor for mobile deployment
2026-02-13 08:29:13 +01:00

9 lines
380 B
XML

<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background>
<inset android:drawable="@mipmap/ic_launcher_background" android:inset="16.7%" />
</background>
<foreground>
<inset android:drawable="@mipmap/ic_launcher_foreground" android:inset="16.7%" />
</foreground>
</adaptive-icon>