I am trying to achieve the following (see image below) with CompatSwitch.
The original post was from Android toggle button custom look. But there is no answer for SwitchCompat or ToggleButton (apart from using the image in ToggleButton).
So far, I am able to customize the ToggleButton, but I am having trouble customizing the track and keep both word (from photo above: NU and DA).
I have also been following this tutorial: Slide Toggle for Android, but it uses its own switch.
Another example what I am hoping to do in SwitchCompat is the following:
Any idea how to keep both "words" in SwitchCompat? If there is no way to workaround this, then I'll use the radiobutton solution which is posted at How to custom switch button?. Is there any drawback from using radiobutton?
Please help... :)
PS. I don't want to use image because I need to support multilanguage text.