We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello sir, in android 10 there the images can't stay in their border
eg:
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`
The text was updated successfully, but these errors were encountered:
UPDATE only on Xiaomi devices..
maybe my code is not correct?
Sorry, something went wrong.
Same problem for Xiaomi devices and also tap with multiple fingers freezes hole screen
No branches or pull requests
Hello sir, in android 10 there the images can't stay in their border
eg:
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)
The text was updated successfully, but these errors were encountered: