I have problems with my font sizes on big screens.
By default, my label looks perfect on my small android phone.
<Label HorizontalTextAlignment="Center"
Text="Lobby"
FontSize="16" />
When I switch to my Amazon Fire Tablet, the label is very, very tiny. Almost everything is too tiny.
I have read, there is a unit "sp" for Android projects. Is there a built in way to do it in Xamarin.Forms? Are there libraries that could help me with that?
I already took a look at: Resolution-dependent font size in Xamarin. Unfortunately I am using Xamarin.Forms.
Thanks in advance!