Files
comaps/android/app/src/beta/res/mipmap-anydpi-v26/ic_launcher.xml
Konstantin Pastbin aaff2ac33b [android] Fix app icon for test/beta builds
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2025-09-12 17:45:54 +07:00

7 lines
342 B
XML

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