I'm using this switch to replace a checkbox in an Android 5+ app.
I'm more familiar with using libraries than classes in B4A, so I downloaded the zip file and compiled it to a library as is. Then I added the library to my app.
The switch shows up fine and works, but no text appears, even though I set the Text property in the designer.
The switch responds to taps in the area left of the switch control itself, so it looks like that's where the text should appear.
So, I tried setting Text in code, but there is no Text property, just TextOn and TextOff (which apparently have been deprecated in Android 5+).
Is there a way to get the text to show up beside the switch? I'd prefer to use the switch over a checkbox, per the Material Design guidelines.
Thanks!