Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

Fix Font Size on Android

$
0
0

I would like to fix the font size in my android app to fixed value using DIP as unit. Unfortunately, I haven't found any documentation on how to do that globaly, and Xamarin Forms is using SP as unit.

Therefore I have implement custom renders to set the font size of labels, buttons, entries and editors to a fixed value with DIP as unit.
However, this approach is not working with the TabbedPage. I would also like to set the font size to a DIP value but I havent found any exposed properties in the TabbedRenderer to do this. What is the correct way to implement this?


Viewing all articles
Browse latest Browse all 58056

Trending Articles