-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Description
Hello sir, in android 10 there the images can't stay in their border
I'm in a recyclerView in adapter class that where I'm doing the work :
`
Glide.with(holder.imageView.context).load(currentItem.imageResource).into(holder.imageView)
Zoom(holder.imageView)
holder.textView1.text = currentItem.text1
holder.textView2.text = currentItem.text2`
Metadata
Metadata
Assignees
Labels
No labels
