Skip to content

Commit

Permalink
Brings Android NamedSize font for Header down from 96 to 14 to match …
Browse files Browse the repository at this point in the history
…what it is in Xamarin.Forms (#7433)
  • Loading branch information
beeradmoore committed May 24, 2022
1 parent 9dedbf6 commit 05dd179
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -62,7 +62,7 @@ public double GetNamedSize(NamedSize size, Type targetElementType, bool useOldSi
case NamedSize.Caption:
return 12;
case NamedSize.Header:
return 96;
return 14;
case NamedSize.Subtitle:
return 16;
case NamedSize.Title:
Expand Down Expand Up @@ -94,7 +94,7 @@ public double GetNamedSize(NamedSize size, Type targetElementType, bool useOldSi
case NamedSize.Caption:
return 12;
case NamedSize.Header:
return 96;
return 14;
case NamedSize.Subtitle:
return 16;
case NamedSize.Title:
Expand Down

0 comments on commit 05dd179

Please sign in to comment.