开发者

How do I make a picture seem like a radiobutton?

开发者 https://www.devze.com 2023-03-27 02:45 出处:网络
I am attempting to use my own buttons to make an overlay at the bottom of the screen. When a button is pressed it should light up (kind of how a radio button turns green when selected) and it should t

I am attempting to use my own buttons to make an overlay at the bottom of the screen. When a button is pressed it should light up (kind of how a radio button turns green when selected) and it should take you to a new activity while keeping the overlay intact.

There are five buttons that should be put on a black bar and when selected it should turn blue.

If someone could send me in the 开发者_开发百科right direction I would be very grateful. Thank you


You need StateListDrawables for your buttons.

0

精彩评论

暂无评论...
验证码 换一张
取 消