Good day,
I am working with Cross Platform with Xamarin. I have Button
s distributed in the background. The buttons Size are changing without any problem in with different screen size as I am using RelativeLayout
but no matter what the screen size, the text itself for the button does not change.
Meaning, the buttons' sizes changing but the FontSize
is not.
How can I make the FontSize
changing with different Screen Sizes
Note that the background has 5 different buttons' sizes and therefore different FontSize
. They are not equal.
So, I want the first button FontSize
to the left to be the biggest and the last one in the right to be the smallest FontSize
.