Closed ShaunBrassell closed 3 years ago
Have found the issue/solution. Looks the the standard android ic icons has a grey stroke to them, which makes the icon look a little blurry on many devices. I thus replaced with XML vector icons that I put in the res/drawable directory, and referenced them through the plugin.
E.g for a pause icon, i created my_pause.xml in res/drawable with:
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="48dp" android:height="48dp" android:viewportWidth="24.0" android:viewportHeight="24.0"> <path android:fillColor="#FF000000" android:pathData="M6,19h4L10,5L6,5v14zM14,5v14h4L18,5h-4z"/>
Hi there. All the notification icons on my android device (play, pause, next, previous) are blurred somewhat, have tested on a variety of tablets and handsets. On the lock screen however, they are fine. Has anyone else experienced this?