androidandroid-imagebutton

Multiple drawables on a single ImageButton


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?


Solution

  • Use a LinearLayout or any other GroupView (as your need) that has button style and containes some ImageViews as your need.

    If you need more explanation ask your question more spacific.