0
0
mirror of https://github.com/markusfisch/BinaryEye.git synced 2024-09-19 19:42:18 +02:00

Replace background of adaptive icon with a color

Much simpler.
This commit is contained in:
Markus Fisch 2020-11-01 17:24:18 +01:00
parent afc597ab90
commit 8a310a1144
2 changed files with 1 additions and 4 deletions

View File

@ -1,3 +0,0 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#b6d46f"/>
</shape>

View File

@ -1,4 +1,4 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background"/>
<background android:drawable="@color/accent"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>