Adjust padding

This commit is contained in:
WSTxda 2023-04-05 21:17:08 -03:00
parent e283387934
commit 3b13eca856
15 changed files with 26 additions and 18 deletions

View file

@ -1,6 +1,10 @@
<?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"/>
<monochrome android:drawable="@drawable/ic_launcher_monochrome" />
<adaptive-icon
xmlns:android="http://schemas.android.com/apk/res/android">
<background
android:drawable="@color/colorAccent" />
<foreground
android:drawable="@drawable/ic_launcher_foreground" />
<monochrome
android:drawable="@drawable/ic_launcher_monochrome" />
</adaptive-icon>