Button text always showing in uppercase
问题 In my xamarin forms project button text are always show in uppercase format. But I am providing upper and lower case letters in xaml. When I build the solution all the letters are changed to uppercase. 回答1: I'm guessing you see this on Android as it is the default for button text and has been since Lollipop. To change this behavior add the following to your styles.xml file which can be found in the Android project under the Resources then values folders <item name="android:textAllCaps">false<