With my Xamarin.Forms app(running on On Android), I designed my screen layout based on "Normal" font size. But some of my app's users set the font size to "Large" in the system setting. On those phones, the layout is messed up. Is there a way to force the app to ignore the system font setting and use "Normal" as default? I hope I can do it on the project level, I don't want to go into each control to set it.
↧