Hello,
I have an Activity with 3 ToggleButtons. I want to make it so, that when 1 ToggleButton is selected (On), the remaining two ToggleButtons should be disabled (Off). I assume this is easily done programmatically by using the setOnClickListener button for each ToggleButton etc.
Can this also be done in XML? If so, how exactly?
One minor question: Is it possible to remove the text from a ToggleButton (standard ON/OFF)? Thanks in advance.

