Tomasz Rykała

Results 16 comments of Tomasz Rykała
trafficstars

Comments addressed, thanks @romainguy

Thanks @szymanskip . Corrected @romainguy .

@romainguy Is there anything still missing in this PR?

@romainguy I could try that, although my original intention for this change was to remove the boilerplate of additional drawables to set when you really want to set one, via...

It's easy enough to do this with methods that take drawables as arguments eg: ```kotlin fun TextView.updateCompoundDrawables( start: Drawable? = compoundDrawables[0], top: Drawable? = compoundDrawables[1], end: Drawable? = compoundDrawables[2], bottom:...

Thanks @JakeWharton . I kept thinking of `DrawableCompat`.

Can I have an update from the maintainers please if there's anything left to do?