1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-13 20:24:14 +02:00

revert round icons for pro and light version

This commit is contained in:
oliexdev
2023-02-27 09:47:05 +01:00
parent a34e68256e
commit bb7747bea5
2 changed files with 12 additions and 0 deletions

View File

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

View File

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