JoanZapata / android-iconify

Android integration of multiple icon providers such as FontAwesome, Entypo, Typicons,...
http://joanzapata.com/android-iconify
Other
3.93k stars 526 forks source link

Using Icons within a Listview? #47

Closed floofydoug closed 9 years ago

floofydoug commented 10 years ago

Hi Joan,

What should be the best practice when trying to use your icons in a ListView?

JoanZapata commented 10 years ago

Nothing specific. With IconTextView / IconButton / etc... just use setText. With any other view, make sure you call "Iconify.addIcons(myTextView)" after you changed the text.

The font is cached so you don't have to worry about perfs.

rdenadai commented 10 years ago

Im using inside a ListView ... nothing special to do...

mikepenz commented 9 years ago

@floofydoug is this still relevant?

floofydoug commented 9 years ago

No, it was resolved thank you! On Oct 21, 2014 4:21 PM, "Mike Penz" notifications@github.com wrote:

@floofydoug https://github.com/floofydoug is this still relevant?

— Reply to this email directly or view it on GitHub https://github.com/JoanZapata/android-iconify/issues/47#issuecomment-59992132 .

mikepenz commented 9 years ago

@floofydoug thanks.