Results 39 comments of Ron Yust

So an NPE within the library's internal code is considered a misuse? How can that be? What is the misuse in the above stacktrace?

As I indicated, the NPE is random and rare... similar to previous reports. The problem was already documented in issue #43 with a user supplied fix. Since the stacktrace (supplied...

How do we include your build in a project? The documentation in your github still points to this project instead. What specifically is the Gradle implementation/api syntax for your build...

Thanks for the update. Unfortunately, I wasn't able to get things to work. It would be sooooooooo much simpler if there was a getter method on the EditText so that...

Yes, exactly. The original post request was to set styles programmatically… regardless of the widget. So getter methods is the easiest way to access underlying components so developers have the...

> @ryust your request seems to be on the edittext itself rather than the icon ..am I right? If yes, i think i can work on that for you Any...

Friday will work. Thanks!

Thanks! The hint was the most important attribute, but having complete control of the EditText is ideal. I'll work with what you've done.

Well.... that's the core of my problem... I don't use XML layouts and create UI views programmatically. So if I have to mess with styles and XML, then I'm back...

OK, I got the hint to work and that works well, but have a couple other issues with the new library: 1) I wanted change the icon color programmatically, but...