I have a XML component composed by an ImageView and a TextView. I'm including this component a couple times in other XML codes. I'm wondering if theres some way to have different texts every time I include the mentioned component only using XML, without having to do this programmatically. Any clues?
Thanks!