|
|
@ -219,6 +219,8 @@
|
|
|
|
</Setter>
|
|
|
|
</Setter>
|
|
|
|
</Style>
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Style TargetType="RadioButton">
|
|
|
|
<Style TargetType="RadioButton">
|
|
|
|
<Setter Property="Background" Value="Transparent"/>
|
|
|
|
<Setter Property="Background" Value="Transparent"/>
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Black}, Dark={StaticResource White}}" />
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Black}, Dark={StaticResource White}}" />
|
|
|
@ -395,4 +397,21 @@
|
|
|
|
<Setter Property="SelectedTabColor" Value="{AppThemeBinding Light={StaticResource Gray950}, Dark={StaticResource Gray200}}" />
|
|
|
|
<Setter Property="SelectedTabColor" Value="{AppThemeBinding Light={StaticResource Gray950}, Dark={StaticResource Gray200}}" />
|
|
|
|
</Style>
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Label" x:Key="TitreWindows">
|
|
|
|
|
|
|
|
<Setter Property="FontAttributes" Value="Bold"/>
|
|
|
|
|
|
|
|
<Setter Property="FontFamily" Value="Comic sans MS"/>
|
|
|
|
|
|
|
|
<Setter Property="FontSize" Value="30"/>
|
|
|
|
|
|
|
|
<Setter Property="HorizontalOptions" Value="Center"/>
|
|
|
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Button" x:Key="WindowsButton">
|
|
|
|
|
|
|
|
<Setter Property="TextColor" Value="Black"/>
|
|
|
|
|
|
|
|
<Setter Property="Margin" Value="20"/>
|
|
|
|
|
|
|
|
<Setter Property="CornerRadius" Value="20"/>
|
|
|
|
|
|
|
|
<Setter Property="BorderWidth" Value="2"/>
|
|
|
|
|
|
|
|
<Setter Property="BorderColor" Value="Black"/>
|
|
|
|
|
|
|
|
<Setter Property="FontFamily" Value="Comic sans MS"/>
|
|
|
|
|
|
|
|
<Setter Property="Background" Value="{StaticResource TestColor}"/>
|
|
|
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
|
|
</ResourceDictionary>
|
|
|
|
</ResourceDictionary>
|
|
|
|