Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
74 views
in Technique[技术] by (71.8m points)

android - 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?

question from:https://stackoverflow.com/questions/65920202/multiple-drawables-on-a-single-imagebutton

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...