I am using a Xamarin.Forms.SwitchCell
on an Android application to allow user to toggle configuration settings. Is there a way to set the text color and alignment of the text in the Switch cell?
The text in the switch on the Android application is defaulting to a grey color and it does not look that good on a white background. Also, the text is aligning to the right causing it to wrap. I want to align it to the left so it does not cause the text to wrap.
I have attached a screen shot of what is happening when I use the default behavior