Android Question Custom Icons for Buttons in CLV

Hello everyone,

I have a CustomListView in B4X (writing for android currently, but want to go multi-platform in the future) only with buttons whose size depends on an input. I want to have each button 's text come with a different custom icon that i created (png format).
So i guess i have two questions.
  1. Is there a way to import and use my custom icons in the text (like fontawsome), or even with another way i havent thought of (like an imageview maybe)??
  2. Can i programatically change the icon on each button, in the way i change the text or the tag?
Thanks in advance!
 
Top