-
-
Notifications
You must be signed in to change notification settings - Fork 615
New issue
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
Black icons with alpha remain black #442
Comments
Fixed in #443 |
Could you fix this in 4.0.0-b1 version also? Thanks in advance |
Fixed in v3.2.3 @marbat87 we will fix this in an upcoming update to the v4.x version too. Please report on the v4 PR as a reminder |
@zTrap @mikepenz I tried the latest version, but am still able to reproduce that in some places in my app. One place in the sample (current In previous versions (like
has no effect. Another place is when setting a compound drawable on any final Drawable compoundDrawable = new IconicsDrawable(this)
.icon(FontAwesome.Icon.faw_android)
.sizeDp(24)
.color(Color.parseColor("#77000000"));
textView.setCompoundDrawablesWithIntrinsicBounds(compoundDrawable, null, null, null); I tried that in the sample in the |
@rubengees sorry for the delay. Fixed this bug too |
No problem, works great, thanks! 🙂 |
About this issue
After upgrading from
3.1.0
to3.2.2
, black icons with alpha remain completly black.I reproduced this in the sample (On Android 9.0), when changing this line:
Android-Iconics/app/src/main/java/com/mikepenz/iconics/sample/item/IconItem.java
Line 52 in 29e1374
to:
3.1.0
3.2.2
I also quickly checked the latest alpha and were able to produce similar results.
Details
3.2.2
appcompat 1.0.2
3.3.2
3.5 Canary 7
Checklist
The text was updated successfully, but these errors were encountered: