Xamarin.Forms on Android: How to remove the Uppercase from a button text

If you create a button on Android and write its text in lowercase (“my text”), when you launch the app, you can see that the text is all uppercase (“MY TEXT”).\n\nThis is not a bug but the standard style for Android.\n\nSometimes we prefer to have our text in lowercase so here I’ll show you different methods to do it…