|
|
|
@ -187,18 +187,26 @@
|
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Black}, Dark={StaticResource White}}" />
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Label" x:Key="Headline">
|
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource MidnightBlue}, Dark={StaticResource White}}" />
|
|
|
|
|
<Setter Property="FontSize" Value="32" />
|
|
|
|
|
<Style TargetType="Label" x:Key="Title">
|
|
|
|
|
<Setter Property="TextColor" Value="Black" />
|
|
|
|
|
<Setter Property="FontSize" Value="20" />
|
|
|
|
|
<Setter Property="Padding" Value="75" />
|
|
|
|
|
<Setter Property="HorizontalOptions" Value="Center" />
|
|
|
|
|
<Setter Property="FontAttributes" Value="Bold" />
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Label" x:Key="SubTitle">
|
|
|
|
|
<Setter Property="TextColor" Value="Black" />
|
|
|
|
|
<Setter Property="FontSize" Value="25" />
|
|
|
|
|
<Setter Property="Padding" Value="50" />
|
|
|
|
|
<Setter Property="HorizontalOptions" Value="Center" />
|
|
|
|
|
<Setter Property="HorizontalTextAlignment" Value="Center" />
|
|
|
|
|
<Setter Property="FontAttributes" Value="Bold" />
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Label" x:Key="SubHeadline">
|
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource MidnightBlue}, Dark={StaticResource White}}" />
|
|
|
|
|
<Setter Property="FontSize" Value="24" />
|
|
|
|
|
<Style TargetType="Label" x:Key="Content">
|
|
|
|
|
<Setter Property="TextColor" Value="Black" />
|
|
|
|
|
<Setter Property="FontSize" Value="20" />
|
|
|
|
|
<Setter Property="HorizontalOptions" Value="Center" />
|
|
|
|
|
<Setter Property="HorizontalTextAlignment" Value="Center" />
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="ListView">
|
|
|
|
|