Joan Zapata

Results 60 comments of Joan Zapata

I already thought about that but I don't see any difference with an `IconTextView` with `android:text="{any-icon}"`. Do you?

@MarcinOrlowski That's inappropriate. @Pedramrn [Here](https://github.com/JoanZapata/android-iconify/blob/master/android-iconify-sample/src/main/java/com/joanzapata/iconify/sample/Font.java) is a good starting point. That's how the sample app lists all icons. Although I should warn you that I might do it myself soon.

Thanks for the suggestion. Unfortunately the extra dependency makes it not worth it, the only way to do it without interfering with the current users would be to put those...

It should work. - What is the icon key? I know that one common issue is that `md_something` used to work on 1.x but 2.x only supports the `md-something` format...

Can you try using an `ImageView` and programmatically set an `IconDrawable` as its source ? If that doesn't work, the only workaround I can think of is to disable the...

Some examples _are_ provided, there's only 2 ways to use the library : from layout and from code. Both have an example in README. Please show me your code so...

You can't create `IconDrawable` with a shadow, but you can use [TextView.setShadowLayer](http://developer.android.com/reference/android/widget/TextView.html#setShadowLayer%28float, float, float, int%29) to programmatically set a shadow to a `TextView`.

Thanks @ArmyOfPirates it sounds good, I'll try to find some time to integrate it!

Thanks for the merge request, and sorry for closing issue #93, thought it wasn't related to iconify. About your code, I don't think that's a proper implementation and use of...