I need to add multiple drawables on a single ImageButton. Probably the answer is, it is not possible.
But still, any ideas on what kind of approach should I follow to implement this kind of functionality?
Use a LinearLayout
or any other GroupView (as your need) that has button style and containes some ImageView
s as your need.
If you need more explanation ask your question more spacific.