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
If using https://developer.android.com/reference/android/graphics/ImageDecoder or similar one usually gets a hardware-backed Drawable. However because of
MaterialDrawer/materialdrawer/src/main/java/com/mikepenz/materialdrawer/view/BezelImageView.kt
Line 180 in b03f1d4
Furthermore this caching strategy in BezelImageView I think also breaks compatibility with https://developer.android.com/reference/android/graphics/drawable/AnimationDrawable compared to a regular ImageView
androidx.appcompat:appcompat:1.7.0
androidx.core:core:1.10.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
About this issue
If using https://developer.android.com/reference/android/graphics/ImageDecoder or similar one usually gets a hardware-backed Drawable. However because of
MaterialDrawer/materialdrawer/src/main/java/com/mikepenz/materialdrawer/view/BezelImageView.kt
Line 180 in b03f1d4
Furthermore this caching strategy in BezelImageView I think also breaks compatibility with https://developer.android.com/reference/android/graphics/drawable/AnimationDrawable compared to a regular ImageView
Details
androidx.appcompat:appcompat:1.7.0
androidx.core:core:1.10.1
Checklist
The text was updated successfully, but these errors were encountered: