1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-29 06:26:02 +00:00
This commit is contained in:
Yan Maniez 2019-09-30 10:03:59 +02:00
parent 75b9330cb5
commit c25dcf9af4

View file

@ -4,7 +4,13 @@
xmlns:local="clr-namespace:AideDeJeu.Views" xmlns:local="clr-namespace:AideDeJeu.Views"
xmlns:pc="clr-namespace:AideDeJeu.Views.PlayerCharacter" xmlns:pc="clr-namespace:AideDeJeu.Views.PlayerCharacter"
xmlns:library="clr-namespace:AideDeJeu.Views.Library" xmlns:library="clr-namespace:AideDeJeu.Views.Library"
x:Class="AideDeJeu.Views.MainShell"> x:Class="AideDeJeu.Views.MainShell"
BackgroundColor="{DynamicResource HDWhite}"
FlyoutBackgroundColor="{DynamicResource HDWhite}"
Shell.ForegroundColor="{DynamicResource HDRed}"
Shell.TitleColor="{DynamicResource HDBlack}"
Shell.UnselectedColor="{DynamicResource HDLightGrey}"
>
<Shell.Resources> <Shell.Resources>
<ResourceDictionary> <ResourceDictionary>
<Color x:Key="NavigationPrimary">#2196F3</Color> <Color x:Key="NavigationPrimary">#2196F3</Color>
@ -14,10 +20,10 @@
<Setter Property="Shell.TitleColor" Value="Red" /> <Setter Property="Shell.TitleColor" Value="Red" />
<Setter Property="Shell.DisabledColor" Value="#B4FFFFFF" /> <Setter Property="Shell.DisabledColor" Value="#B4FFFFFF" />
<Setter Property="Shell.UnselectedColor" Value="#95FFFFFF" /> <Setter Property="Shell.UnselectedColor" Value="#95FFFFFF" />
<Setter Property="Shell.TabBarBackgroundColor" Value="{StaticResource HDRed}" /> <Setter Property="Shell.TabBarBackgroundColor" Value="Yellow" />
<Setter Property="Shell.TabBarForegroundColor" Value="{StaticResource HDWhite}"/> <Setter Property="Shell.TabBarForegroundColor" Value="Blue"/>
<Setter Property="Shell.TabBarUnselectedColor" Value="#95FFFFFF"/> <Setter Property="Shell.TabBarUnselectedColor" Value="#95FFFFFF"/>
<Setter Property="Shell.TabBarTitleColor" Value="Red"/> <Setter Property="Shell.TabBarTitleColor" Value="Violet"/>
</Style> </Style>
<Style TargetType="TabBar" BasedOn="{StaticResource BaseStyle}" /> <Style TargetType="TabBar" BasedOn="{StaticResource BaseStyle}" />
</ResourceDictionary> </ResourceDictionary>