I need to put 2 texts on ToggleButton
, i.e. two different texts, so I could change just one of them.
I don't want to put another TextView
on the ToggleButton
, because I need that the second text will looked as part of the button, and the location of the button is changing in relation to other parts of the application
There is any built way to do that? or anyone has another idea?