mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 20:44:25 +00:00
7 lines
342 B
XML
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>
|