kioba
10/24/2019, 9:50 PM+imageResource(R.drawable.ic_face_primary_24dp)?
The method fails to generate the bitmap and throws IllegalArgumentException("Problem decoding into existing bitmap") I am not sure if I mess up or we can only decode Bitmaps atmjim
10/24/2019, 9:55 PM+vectorResource(R.drawable.ic_face_primary_24dp)
It is generally considered best practice to avoid converting vectors into bitmaps whenever possible.kioba
10/24/2019, 10:08 PM