Has anyone tried TextTransform with a Button on Android? I originally tried all sorts of things to get my Android buttons to be lower-case, and nothing worked, it was always all-caps regardless of the original case, because "Material design on Android", 🙄 and I ended up giving up on it. Would love to try this out but I've recently reinstalled and haven't finished yet, so I haven't got anything ready to go to try it out and see if it works with Android Buttons.
this post was submitted on 28 Jan 2026
1 points (100.0% liked)
.NET MAUI
186 readers
2 users here now
founded 2 years ago
MODERATORS
Haven't moved to MAUI yet, but in Xamarin.Forms, setting TextTransform=None works, so I don't see why it wouldn't in MAUI.
I have it set in an App.xaml ResourceDictionary so that it effects all buttons (our app is super button heavy).