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:
@@ -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>
|
@@ -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>
|
Reference in New Issue
Block a user