Terence

Results 11 comments of Terence

Right now an attribute will be great because it would fit my needs perfectly. Let me see if I can contribute by looking at the code.

Well in the interim I've found that using Iconify.addIcons(yourTextView) works for me. Leaving this here for future reference. Meanwhile I'll submit a pull request soon for the new attribute.

**EDIT: Nevermind, I AM using multidex, but it was improperly configured so it didn't work on Android 4. Please ignore my derpiness below.** I'm not using Multidex. Facing this issue...

If you're just using one or two transformations like me, just copy and paste the required .java classes into your project.

I just noticed that an `IconDrawable` for {fa-bicycle} is cut off due to the incorrect width. Would be awesome if this is fixed!

I've encountered this as well, with English text. I'll post up my code and a recording to demonstrate later today.

It works. Restart Android Studio, clean and build project?

Wrap `SlideToActView` in a `FrameLayout` and set your background drawable to your gradient colour. Add a margin of 1dp to `SlideToActView`, with `outer_color` as #FFFFFF

I've the same problem. There's only 1 MaterialEditText in my layout. After going to SettingsActivity and returning, MaterialEditText does not work. No errors that I can see in logcat.