When using VectorDrawableCompat, you need to use app:srcCompat
But for RemoveViews
(for custom notifications) it only works with android:src
new RemoteViews(getPackageName(), layout);
with app:srcCompat
ImageViews
are invisible
When using VectorDrawableCompat, you need to use app:srcCompat
But for RemoveViews
(for custom notifications) it only works with android:src
new RemoteViews(getPackageName(), layout);
with app:srcCompat
ImageViews
are invisible