|
|
|
@ -81,6 +81,13 @@
|
|
|
|
|
<Setter Property="VerticalOptions" Value="End"/>
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Button" x:Key="GameButton">
|
|
|
|
|
<Setter Property="WidthRequest" Value="200" />
|
|
|
|
|
<Setter Property="HeightRequest" Value="10" />
|
|
|
|
|
<Setter Property="FontSize" Value="20"/>
|
|
|
|
|
<Setter Property="Margin" Value="20"/>
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Image" x:Key="Logo">
|
|
|
|
|
<Setter Property="HeightRequest" Value="300" />
|
|
|
|
|
<Setter Property="Aspect" Value="AspectFit"/>
|
|
|
|
@ -275,7 +282,7 @@
|
|
|
|
|
<Setter Property="Padding" Value="5,0" />
|
|
|
|
|
<Setter Property="VerticalOptions" Value="Center" />
|
|
|
|
|
<Setter Property="FontAttributes" Value="Bold" />
|
|
|
|
|
<Setter Property="TextColor" Value="DarkSlateGrey" />
|
|
|
|
|
<Setter Property="TextColor" Value="Black" />
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="ListView">
|
|
|
|
@ -480,17 +487,20 @@
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Page" ApplyToDerivedTypes="True">
|
|
|
|
|
<Setter Property="Padding" Value="0"/>
|
|
|
|
|
<Setter Property="BackgroundColor" Value="{AppThemeBinding Light={StaticResource White}, Dark={StaticResource OffBlack}}" />
|
|
|
|
|
<Setter Property="Shell.BackgroundColor" Value="{StaticResource OffBlack}" />
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Shell" ApplyToDerivedTypes="True">
|
|
|
|
|
<Setter Property="Shell.BackgroundColor" Value="{AppThemeBinding Light={StaticResource White}, Dark={StaticResource OffBlack}}" />
|
|
|
|
|
<Setter Property="Shell.ForegroundColor" Value="Green" />
|
|
|
|
|
<Setter Property="Shell.TitleColor" Value="{AppThemeBinding Light={StaticResource Black}, Dark={StaticResource SecondaryDarkText}}" />
|
|
|
|
|
<Setter Property="Shell.DisabledColor" Value="{AppThemeBinding Light={StaticResource Gray200}, Dark={StaticResource Gray950}}" />
|
|
|
|
|
<Setter Property="Shell.UnselectedColor" Value="{AppThemeBinding Light={StaticResource Gray200}, Dark={StaticResource Gray200}}" />
|
|
|
|
|
<Setter Property="Shell.Title" Value="Qwirkle Game" />
|
|
|
|
|
<Setter Property="Shell.BackgroundColor" Value="#efca85" />
|
|
|
|
|
<Setter Property="Shell.TabBarIsVisible" Value="False" />
|
|
|
|
|
<Setter Property="Shell.FlyoutBehavior" Value="Disabled" />
|
|
|
|
|
|
|
|
|
|
<Setter Property="Shell.DisabledColor" Value="DimGray" />
|
|
|
|
|
<Setter Property="Shell.UnselectedColor" Value="DimGray" />
|
|
|
|
|
<Setter Property="Shell.NavBarHasShadow" Value="False" />
|
|
|
|
|
<Setter Property="Shell.TabBarBackgroundColor" Value="{AppThemeBinding Light={StaticResource White}, Dark={StaticResource Black}}" />
|
|
|
|
|
<Setter Property="Shell.NavBarIsVisible" Value="False" />
|
|
|
|
|
<Setter Property="Shell.TabBarBackgroundColor" Value="DimGray" />
|
|
|
|
|
<Setter Property="Shell.TabBarForegroundColor" Value="Green" />
|
|
|
|
|
<Setter Property="Shell.TabBarTitleColor" Value="CornflowerBlue" />
|
|
|
|
|
<Setter Property="Shell.TabBarUnselectedColor" Value="{AppThemeBinding Light={StaticResource Gray900}, Dark={StaticResource Gray200}}" />
|
|
|
|
|