How can I implement a button that provides one ImageView and two TextViews?

kirksl

New member
Nov 19, 2014
1
0
0
Visit site
How can I implement a button that provides one ImageView and two TextViews

I have 15 custom buttons to implement on an activity. Buttons that need each two TextViews, the ability for the background to be set to an image and the background to be set to a color, similar to an ImageView. I realize I can implement these using a Linear or Relative Layout. My question is, would it be egregious overhead to implement a design like this considering there are 15 buttons involved?