feat: add different debug icon and label

This commit is contained in:
LucasGGamerM
2023-03-10 16:43:58 -03:00
parent c2c5b08659
commit b28b70c6b8
17 changed files with 44 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground_debug"/>
</adaptive-icon>