|
|
|
@ -5,39 +5,40 @@
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml">
|
|
|
|
|
|
|
|
|
|
<Style TargetType="ActivityIndicator">
|
|
|
|
|
<Setter Property="Color" Value="{AppThemeBinding Light={StaticResource Primary}, Dark={StaticResource White}}" />
|
|
|
|
|
<Setter Property="Color" Value="{StaticResource Primary}" />
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="IndicatorView">
|
|
|
|
|
<Setter Property="IndicatorColor" Value="{AppThemeBinding Light={StaticResource Gray200}, Dark={StaticResource Gray500}}"/>
|
|
|
|
|
<Setter Property="SelectedIndicatorColor" Value="{AppThemeBinding Light={StaticResource Gray950}, Dark={StaticResource Gray100}}"/>
|
|
|
|
|
<Setter Property="IndicatorColor" Value="{StaticResource Gray200}"/>
|
|
|
|
|
<Setter Property="SelectedIndicatorColor" Value="{StaticResource Gray950}"/>
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Border">
|
|
|
|
|
<Setter Property="Stroke" Value="{AppThemeBinding Light={StaticResource Gray200}, Dark={StaticResource Gray500}}" />
|
|
|
|
|
<Setter Property="Stroke" Value="{StaticResource Gray200}" />
|
|
|
|
|
<Setter Property="StrokeShape" Value="Rectangle"/>
|
|
|
|
|
<Setter Property="StrokeThickness" Value="1"/>
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="BoxView">
|
|
|
|
|
<Setter Property="Color" Value="{AppThemeBinding Light={StaticResource Gray950}, Dark={StaticResource Gray200}}" />
|
|
|
|
|
<Setter Property="Color" Value="{StaticResource Gray950}" />
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Button">
|
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource White}, Dark={StaticResource Primary}}" />
|
|
|
|
|
<Setter Property="BackgroundColor" Value="{AppThemeBinding Light={StaticResource Primary}, Dark={StaticResource White}}" />
|
|
|
|
|
<Setter Property="TextColor" Value="{StaticResource White}" />
|
|
|
|
|
<Setter Property="BackgroundColor" Value="{StaticResource Primary}" />
|
|
|
|
|
<Setter Property="FontFamily" Value="OpenSansRegular"/>
|
|
|
|
|
<Setter Property="FontSize" Value="14"/>
|
|
|
|
|
<Setter Property="CornerRadius" Value="8"/>
|
|
|
|
|
<Setter Property="Padding" Value="14,10"/>
|
|
|
|
|
<Setter Property="BorderColor" Value="Red"/>
|
|
|
|
|
<Setter Property="VisualStateManager.VisualStateGroups">
|
|
|
|
|
<VisualStateGroupList>
|
|
|
|
|
<VisualStateGroup x:Name="CommonStates">
|
|
|
|
|
<VisualState x:Name="Normal" />
|
|
|
|
|
<VisualState x:Name="Disabled">
|
|
|
|
|
<VisualState.Setters>
|
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Gray950}, Dark={StaticResource Gray200}}" />
|
|
|
|
|
<Setter Property="BackgroundColor" Value="{AppThemeBinding Light={StaticResource Gray200}, Dark={StaticResource Gray600}}" />
|
|
|
|
|
<Setter Property="TextColor" Value="{StaticResource Gray950}" />
|
|
|
|
|
<Setter Property="BackgroundColor" Value="{StaticResource Gray200}" />
|
|
|
|
|
</VisualState.Setters>
|
|
|
|
|
</VisualState>
|
|
|
|
|
</VisualStateGroup>
|
|
|
|
@ -46,14 +47,14 @@
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="CheckBox">
|
|
|
|
|
<Setter Property="Color" Value="{AppThemeBinding Light={StaticResource Primary}, Dark={StaticResource White}}" />
|
|
|
|
|
<Setter Property="Color" Value="{StaticResource Primary}" />
|
|
|
|
|
<Setter Property="VisualStateManager.VisualStateGroups">
|
|
|
|
|
<VisualStateGroupList>
|
|
|
|
|
<VisualStateGroup x:Name="CommonStates">
|
|
|
|
|
<VisualState x:Name="Normal" />
|
|
|
|
|
<VisualState x:Name="Disabled">
|
|
|
|
|
<VisualState.Setters>
|
|
|
|
|
<Setter Property="Color" Value="{AppThemeBinding Light={StaticResource Gray300}, Dark={StaticResource Gray600}}" />
|
|
|
|
|
<Setter Property="Color" Value="{StaticResource Gray300}" />
|
|
|
|
|
</VisualState.Setters>
|
|
|
|
|
</VisualState>
|
|
|
|
|
</VisualStateGroup>
|
|
|
|
@ -62,7 +63,7 @@
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="DatePicker">
|
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Gray900}, Dark={StaticResource White}}" />
|
|
|
|
|
<Setter Property="TextColor" Value="{StaticResource Gray900}" />
|
|
|
|
|
<Setter Property="BackgroundColor" Value="Transparent" />
|
|
|
|
|
<Setter Property="FontFamily" Value="OpenSansRegular"/>
|
|
|
|
|
<Setter Property="FontSize" Value="14"/>
|
|
|
|
@ -72,7 +73,7 @@
|
|
|
|
|
<VisualState x:Name="Normal" />
|
|
|
|
|
<VisualState x:Name="Disabled">
|
|
|
|
|
<VisualState.Setters>
|
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Gray200}, Dark={StaticResource Gray500}}" />
|
|
|
|
|
<Setter Property="TextColor" Value="{StaticResource Gray200}" />
|
|
|
|
|
</VisualState.Setters>
|
|
|
|
|
</VisualState>
|
|
|
|
|
</VisualStateGroup>
|
|
|
|
@ -81,18 +82,18 @@
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Editor">
|
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Black}, Dark={StaticResource White}}" />
|
|
|
|
|
<Setter Property="TextColor" Value="Black" />
|
|
|
|
|
<Setter Property="BackgroundColor" Value="Transparent" />
|
|
|
|
|
<Setter Property="FontFamily" Value="OpenSansRegular"/>
|
|
|
|
|
<Setter Property="FontSize" Value="14" />
|
|
|
|
|
<Setter Property="PlaceholderColor" Value="{AppThemeBinding Light={StaticResource Gray200}, Dark={StaticResource Gray500}}" />
|
|
|
|
|
<Setter Property="PlaceholderColor" Value="{StaticResource Gray200}" />
|
|
|
|
|
<Setter Property="VisualStateManager.VisualStateGroups">
|
|
|
|
|
<VisualStateGroupList>
|
|
|
|
|
<VisualStateGroup x:Name="CommonStates">
|
|
|
|
|
<VisualState x:Name="Normal" />
|
|
|
|
|
<VisualState x:Name="Disabled">
|
|
|
|
|
<VisualState.Setters>
|
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Gray300}, Dark={StaticResource Gray600}}" />
|
|
|
|
|
<Setter Property="TextColor" Value="{StaticResource Gray300}" />
|
|
|
|
|
</VisualState.Setters>
|
|
|
|
|
</VisualState>
|
|
|
|
|
</VisualStateGroup>
|
|
|
|
@ -101,18 +102,18 @@
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Entry">
|
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Black}, Dark={StaticResource White}}" />
|
|
|
|
|
<Setter Property="TextColor" Value="Black" />
|
|
|
|
|
<Setter Property="BackgroundColor" Value="Transparent" />
|
|
|
|
|
<Setter Property="FontFamily" Value="OpenSansRegular"/>
|
|
|
|
|
<Setter Property="FontSize" Value="14" />
|
|
|
|
|
<Setter Property="PlaceholderColor" Value="{AppThemeBinding Light={StaticResource Gray200}, Dark={StaticResource Gray500}}" />
|
|
|
|
|
<Setter Property="PlaceholderColor" Value="{StaticResource Gray200}" />
|
|
|
|
|
<Setter Property="VisualStateManager.VisualStateGroups">
|
|
|
|
|
<VisualStateGroupList>
|
|
|
|
|
<VisualStateGroup x:Name="CommonStates">
|
|
|
|
|
<VisualState x:Name="Normal" />
|
|
|
|
|
<VisualState x:Name="Disabled">
|
|
|
|
|
<VisualState.Setters>
|
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Gray300}, Dark={StaticResource Gray600}}" />
|
|
|
|
|
<Setter Property="TextColor" Value="{StaticResource Gray300}" />
|
|
|
|
|
</VisualState.Setters>
|
|
|
|
|
</VisualState>
|
|
|
|
|
</VisualStateGroup>
|
|
|
|
@ -122,7 +123,7 @@
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Frame">
|
|
|
|
|
<Setter Property="HasShadow" Value="False" />
|
|
|
|
|
<Setter Property="BorderColor" Value="{AppThemeBinding Light={StaticResource Gray200}, Dark={StaticResource Gray950}}" />
|
|
|
|
|
<Setter Property="BorderColor" Value="{StaticResource Gray200}" />
|
|
|
|
|
<Setter Property="CornerRadius" Value="8" />
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
@ -146,7 +147,7 @@
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Label">
|
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Gray900}, Dark={StaticResource White}}" />
|
|
|
|
|
<Setter Property="TextColor" Value="{StaticResource Gray900}" />
|
|
|
|
|
<Setter Property="FontFamily" Value="OpenSansRegular" />
|
|
|
|
|
<Setter Property="FontSize" Value="14" />
|
|
|
|
|
<Setter Property="VisualStateManager.VisualStateGroups">
|
|
|
|
@ -155,7 +156,7 @@
|
|
|
|
|
<VisualState x:Name="Normal" />
|
|
|
|
|
<VisualState x:Name="Disabled">
|
|
|
|
|
<VisualState.Setters>
|
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Gray300}, Dark={StaticResource Gray600}}" />
|
|
|
|
|
<Setter Property="TextColor" Value="{StaticResource Gray300}" />
|
|
|
|
|
</VisualState.Setters>
|
|
|
|
|
</VisualState>
|
|
|
|
|
</VisualStateGroup>
|
|
|
|
@ -164,13 +165,13 @@
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="ListView">
|
|
|
|
|
<Setter Property="SeparatorColor" Value="{AppThemeBinding Light={StaticResource Gray200}, Dark={StaticResource Gray500}}" />
|
|
|
|
|
<Setter Property="RefreshControlColor" Value="{AppThemeBinding Light={StaticResource Gray900}, Dark={StaticResource Gray200}}" />
|
|
|
|
|
<Setter Property="SeparatorColor" Value="{StaticResource Gray200}" />
|
|
|
|
|
<Setter Property="RefreshControlColor" Value="{StaticResource Gray900}" />
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Picker">
|
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Gray900}, Dark={StaticResource White}}" />
|
|
|
|
|
<Setter Property="TitleColor" Value="{AppThemeBinding Light={StaticResource Gray900}, Dark={StaticResource Gray200}}" />
|
|
|
|
|
<Setter Property="TextColor" Value="{StaticResource Gray900}" />
|
|
|
|
|
<Setter Property="TitleColor" Value="{StaticResource Gray900}" />
|
|
|
|
|
<Setter Property="BackgroundColor" Value="Transparent" />
|
|
|
|
|
<Setter Property="FontFamily" Value="OpenSansRegular"/>
|
|
|
|
|
<Setter Property="FontSize" Value="14"/>
|
|
|
|
@ -180,8 +181,8 @@
|
|
|
|
|
<VisualState x:Name="Normal" />
|
|
|
|
|
<VisualState x:Name="Disabled">
|
|
|
|
|
<VisualState.Setters>
|
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Gray300}, Dark={StaticResource Gray600}}" />
|
|
|
|
|
<Setter Property="TitleColor" Value="{AppThemeBinding Light={StaticResource Gray300}, Dark={StaticResource Gray600}}" />
|
|
|
|
|
<Setter Property="TextColor" Value="{StaticResource Gray300}" />
|
|
|
|
|
<Setter Property="TitleColor" Value="{StaticResource Gray300}" />
|
|
|
|
|
</VisualState.Setters>
|
|
|
|
|
</VisualState>
|
|
|
|
|
</VisualStateGroup>
|
|
|
|
@ -190,14 +191,14 @@
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="ProgressBar">
|
|
|
|
|
<Setter Property="ProgressColor" Value="{AppThemeBinding Light={StaticResource Primary}, Dark={StaticResource White}}" />
|
|
|
|
|
<Setter Property="ProgressColor" Value="{StaticResource Primary}" />
|
|
|
|
|
<Setter Property="VisualStateManager.VisualStateGroups">
|
|
|
|
|
<VisualStateGroupList>
|
|
|
|
|
<VisualStateGroup x:Name="CommonStates">
|
|
|
|
|
<VisualState x:Name="Normal" />
|
|
|
|
|
<VisualState x:Name="Disabled">
|
|
|
|
|
<VisualState.Setters>
|
|
|
|
|
<Setter Property="ProgressColor" Value="{AppThemeBinding Light={StaticResource Gray300}, Dark={StaticResource Gray600}}" />
|
|
|
|
|
<Setter Property="ProgressColor" Value="{StaticResource Gray300}" />
|
|
|
|
|
</VisualState.Setters>
|
|
|
|
|
</VisualState>
|
|
|
|
|
</VisualStateGroup>
|
|
|
|
@ -207,7 +208,7 @@
|
|
|
|
|
|
|
|
|
|
<Style TargetType="RadioButton">
|
|
|
|
|
<Setter Property="Background" Value="Transparent"/>
|
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Black}, Dark={StaticResource White}}" />
|
|
|
|
|
<Setter Property="TextColor" Value="Black" />
|
|
|
|
|
<Setter Property="FontFamily" Value="OpenSansRegular"/>
|
|
|
|
|
<Setter Property="FontSize" Value="14"/>
|
|
|
|
|
<Setter Property="VisualStateManager.VisualStateGroups">
|
|
|
|
@ -216,7 +217,7 @@
|
|
|
|
|
<VisualState x:Name="Normal" />
|
|
|
|
|
<VisualState x:Name="Disabled">
|
|
|
|
|
<VisualState.Setters>
|
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Gray300}, Dark={StaticResource Gray600}}" />
|
|
|
|
|
<Setter Property="TextColor" Value="{StaticResource Gray300}" />
|
|
|
|
|
</VisualState.Setters>
|
|
|
|
|
</VisualState>
|
|
|
|
|
</VisualStateGroup>
|
|
|
|
@ -225,11 +226,11 @@
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="RefreshView">
|
|
|
|
|
<Setter Property="RefreshColor" Value="{AppThemeBinding Light={StaticResource Gray900}, Dark={StaticResource Gray200}}" />
|
|
|
|
|
<Setter Property="RefreshColor" Value="{StaticResource Gray900}" />
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="SearchBar">
|
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Gray900}, Dark={StaticResource White}}" />
|
|
|
|
|
<Setter Property="TextColor" Value="{StaticResource Gray900}" />
|
|
|
|
|
<Setter Property="PlaceholderColor" Value="{StaticResource Gray500}" />
|
|
|
|
|
<Setter Property="CancelButtonColor" Value="{StaticResource Gray500}" />
|
|
|
|
|
<Setter Property="BackgroundColor" Value="Transparent" />
|
|
|
|
@ -241,8 +242,8 @@
|
|
|
|
|
<VisualState x:Name="Normal" />
|
|
|
|
|
<VisualState x:Name="Disabled">
|
|
|
|
|
<VisualState.Setters>
|
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Gray300}, Dark={StaticResource Gray600}}" />
|
|
|
|
|
<Setter Property="PlaceholderColor" Value="{AppThemeBinding Light={StaticResource Gray300}, Dark={StaticResource Gray600}}" />
|
|
|
|
|
<Setter Property="TextColor" Value="{StaticResource Gray300}" />
|
|
|
|
|
<Setter Property="PlaceholderColor" Value="{StaticResource Gray300}" />
|
|
|
|
|
</VisualState.Setters>
|
|
|
|
|
</VisualState>
|
|
|
|
|
</VisualStateGroup>
|
|
|
|
@ -251,7 +252,7 @@
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="SearchHandler">
|
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Gray900}, Dark={StaticResource White}}" />
|
|
|
|
|
<Setter Property="TextColor" Value="{StaticResource Gray900}" />
|
|
|
|
|
<Setter Property="PlaceholderColor" Value="{StaticResource Gray500}" />
|
|
|
|
|
<Setter Property="BackgroundColor" Value="Transparent" />
|
|
|
|
|
<Setter Property="FontFamily" Value="OpenSansRegular" />
|
|
|
|
@ -262,8 +263,8 @@
|
|
|
|
|
<VisualState x:Name="Normal" />
|
|
|
|
|
<VisualState x:Name="Disabled">
|
|
|
|
|
<VisualState.Setters>
|
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Gray300}, Dark={StaticResource Gray600}}" />
|
|
|
|
|
<Setter Property="PlaceholderColor" Value="{AppThemeBinding Light={StaticResource Gray300}, Dark={StaticResource Gray600}}" />
|
|
|
|
|
<Setter Property="TextColor" Value="{StaticResource Gray300}" />
|
|
|
|
|
<Setter Property="PlaceholderColor" Value="{StaticResource Gray300}" />
|
|
|
|
|
</VisualState.Setters>
|
|
|
|
|
</VisualState>
|
|
|
|
|
</VisualStateGroup>
|
|
|
|
@ -274,23 +275,23 @@
|
|
|
|
|
<Style TargetType="Shadow">
|
|
|
|
|
<Setter Property="Radius" Value="15" />
|
|
|
|
|
<Setter Property="Opacity" Value="0.5" />
|
|
|
|
|
<Setter Property="Brush" Value="{AppThemeBinding Light={StaticResource White}, Dark={StaticResource White}}" />
|
|
|
|
|
<Setter Property="Brush" Value="{StaticResource White}" />
|
|
|
|
|
<Setter Property="Offset" Value="10,10" />
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Slider">
|
|
|
|
|
<Setter Property="MinimumTrackColor" Value="{AppThemeBinding Light={StaticResource Primary}, Dark={StaticResource White}}" />
|
|
|
|
|
<Setter Property="MaximumTrackColor" Value="{AppThemeBinding Light={StaticResource Gray200}, Dark={StaticResource Gray600}}" />
|
|
|
|
|
<Setter Property="ThumbColor" Value="{AppThemeBinding Light={StaticResource Primary}, Dark={StaticResource White}}" />
|
|
|
|
|
<Setter Property="MinimumTrackColor" Value="{StaticResource Primary}" />
|
|
|
|
|
<Setter Property="MaximumTrackColor" Value="{StaticResource Gray200}" />
|
|
|
|
|
<Setter Property="ThumbColor" Value="{StaticResource Primary}" />
|
|
|
|
|
<Setter Property="VisualStateManager.VisualStateGroups">
|
|
|
|
|
<VisualStateGroupList>
|
|
|
|
|
<VisualStateGroup x:Name="CommonStates">
|
|
|
|
|
<VisualState x:Name="Normal" />
|
|
|
|
|
<VisualState x:Name="Disabled">
|
|
|
|
|
<VisualState.Setters>
|
|
|
|
|
<Setter Property="MinimumTrackColor" Value="{AppThemeBinding Light={StaticResource Gray300}, Dark={StaticResource Gray600}}"/>
|
|
|
|
|
<Setter Property="MaximumTrackColor" Value="{AppThemeBinding Light={StaticResource Gray300}, Dark={StaticResource Gray600}}"/>
|
|
|
|
|
<Setter Property="ThumbColor" Value="{AppThemeBinding Light={StaticResource Gray300}, Dark={StaticResource Gray600}}"/>
|
|
|
|
|
<Setter Property="MinimumTrackColor" Value="{StaticResource Gray300}"/>
|
|
|
|
|
<Setter Property="MaximumTrackColor" Value="{StaticResource Gray300}"/>
|
|
|
|
|
<Setter Property="ThumbColor" Value="{StaticResource Gray300}"/>
|
|
|
|
|
</VisualState.Setters>
|
|
|
|
|
</VisualState>
|
|
|
|
|
</VisualStateGroup>
|
|
|
|
@ -299,11 +300,11 @@
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="SwipeItem">
|
|
|
|
|
<Setter Property="BackgroundColor" Value="{AppThemeBinding Light={StaticResource White}, Dark={StaticResource Black}}" />
|
|
|
|
|
<Setter Property="BackgroundColor" Value="{StaticResource White}" />
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Switch">
|
|
|
|
|
<Setter Property="OnColor" Value="{AppThemeBinding Light={StaticResource Primary}, Dark={StaticResource White}}" />
|
|
|
|
|
<Setter Property="OnColor" Value="{StaticResource Primary}" />
|
|
|
|
|
<Setter Property="ThumbColor" Value="{StaticResource White}" />
|
|
|
|
|
<Setter Property="VisualStateManager.VisualStateGroups">
|
|
|
|
|
<VisualStateGroupList>
|
|
|
|
@ -311,19 +312,19 @@
|
|
|
|
|
<VisualState x:Name="Normal" />
|
|
|
|
|
<VisualState x:Name="Disabled">
|
|
|
|
|
<VisualState.Setters>
|
|
|
|
|
<Setter Property="OnColor" Value="{AppThemeBinding Light={StaticResource Gray300}, Dark={StaticResource Gray600}}" />
|
|
|
|
|
<Setter Property="ThumbColor" Value="{AppThemeBinding Light={StaticResource Gray300}, Dark={StaticResource Gray600}}" />
|
|
|
|
|
<Setter Property="OnColor" Value="{StaticResource Gray300}" />
|
|
|
|
|
<Setter Property="ThumbColor" Value="{StaticResource Gray300}" />
|
|
|
|
|
</VisualState.Setters>
|
|
|
|
|
</VisualState>
|
|
|
|
|
<VisualState x:Name="On">
|
|
|
|
|
<VisualState.Setters>
|
|
|
|
|
<Setter Property="OnColor" Value="{AppThemeBinding Light={StaticResource Secondary}, Dark={StaticResource Gray200}}" />
|
|
|
|
|
<Setter Property="ThumbColor" Value="{AppThemeBinding Light={StaticResource Primary}, Dark={StaticResource White}}" />
|
|
|
|
|
<Setter Property="OnColor" Value="{StaticResource Secondary}" />
|
|
|
|
|
<Setter Property="ThumbColor" Value="{StaticResource Primary}" />
|
|
|
|
|
</VisualState.Setters>
|
|
|
|
|
</VisualState>
|
|
|
|
|
<VisualState x:Name="Off">
|
|
|
|
|
<VisualState.Setters>
|
|
|
|
|
<Setter Property="ThumbColor" Value="{AppThemeBinding Light={StaticResource Gray400}, Dark={StaticResource Gray500}}" />
|
|
|
|
|
<Setter Property="ThumbColor" Value="{StaticResource Gray400}" />
|
|
|
|
|
</VisualState.Setters>
|
|
|
|
|
</VisualState>
|
|
|
|
|
</VisualStateGroup>
|
|
|
|
@ -332,7 +333,7 @@
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="TimePicker">
|
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Gray900}, Dark={StaticResource White}}" />
|
|
|
|
|
<Setter Property="TextColor" Value="{StaticResource Gray900}" />
|
|
|
|
|
<Setter Property="Background" Value="Transparent"/>
|
|
|
|
|
<Setter Property="FontFamily" Value="OpenSansRegular"/>
|
|
|
|
|
<Setter Property="FontSize" Value="14"/>
|
|
|
|
@ -342,7 +343,7 @@
|
|
|
|
|
<VisualState x:Name="Normal" />
|
|
|
|
|
<VisualState x:Name="Disabled">
|
|
|
|
|
<VisualState.Setters>
|
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Gray300}, Dark={StaticResource Gray600}}" />
|
|
|
|
|
<Setter Property="TextColor" Value="{StaticResource Gray300}" />
|
|
|
|
|
</VisualState.Setters>
|
|
|
|
|
</VisualState>
|
|
|
|
|
</VisualStateGroup>
|
|
|
|
@ -352,33 +353,33 @@
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Page" ApplyToDerivedTypes="True">
|
|
|
|
|
<Setter Property="Padding" Value="0"/>
|
|
|
|
|
<Setter Property="BackgroundColor" Value="{AppThemeBinding Light={StaticResource White}, Dark={StaticResource Black}}" />
|
|
|
|
|
<Setter Property="BackgroundColor" Value="{StaticResource White}" />
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Shell" ApplyToDerivedTypes="True">
|
|
|
|
|
<Setter Property="Shell.BackgroundColor" Value="{AppThemeBinding Light={StaticResource Primary}, Dark={StaticResource Gray950}}" />
|
|
|
|
|
<Setter Property="Shell.ForegroundColor" Value="{OnPlatform WinUI={StaticResource Primary}, Default={StaticResource White}}" />
|
|
|
|
|
<Setter Property="Shell.TitleColor" Value="{AppThemeBinding Light={StaticResource White}, Dark={StaticResource White}}" />
|
|
|
|
|
<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.BackgroundColor" Value="{StaticResource Primary}" />
|
|
|
|
|
<Setter Property="Shell.ForegroundColor" Value="{StaticResource Gray900}" />
|
|
|
|
|
<Setter Property="Shell.TitleColor" Value="{StaticResource White}" />
|
|
|
|
|
<Setter Property="Shell.DisabledColor" Value="{StaticResource Gray200}" />
|
|
|
|
|
<Setter Property="Shell.UnselectedColor" Value="{StaticResource Gray200}" />
|
|
|
|
|
<Setter Property="Shell.NavBarHasShadow" Value="False" />
|
|
|
|
|
<Setter Property="Shell.TabBarBackgroundColor" Value="{AppThemeBinding Light={StaticResource White}, Dark={StaticResource Black}}" />
|
|
|
|
|
<Setter Property="Shell.TabBarForegroundColor" Value="{AppThemeBinding Light={StaticResource Primary}, Dark={StaticResource White}}" />
|
|
|
|
|
<Setter Property="Shell.TabBarTitleColor" Value="{AppThemeBinding Light={StaticResource Primary}, Dark={StaticResource White}}" />
|
|
|
|
|
<Setter Property="Shell.TabBarUnselectedColor" Value="{AppThemeBinding Light={StaticResource Gray900}, Dark={StaticResource Gray200}}" />
|
|
|
|
|
<Setter Property="Shell.TabBarBackgroundColor" Value="{StaticResource White}" />
|
|
|
|
|
<Setter Property="Shell.TabBarForegroundColor" Value="{StaticResource Primary}" />
|
|
|
|
|
<Setter Property="Shell.TabBarTitleColor" Value="{StaticResource Primary}" />
|
|
|
|
|
<Setter Property="Shell.TabBarUnselectedColor" Value="{StaticResource Gray900}" />
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="NavigationPage">
|
|
|
|
|
<Setter Property="BarBackgroundColor" Value="{AppThemeBinding Light={StaticResource Primary}, Dark={StaticResource Gray950}}" />
|
|
|
|
|
<Setter Property="BarTextColor" Value="{AppThemeBinding Light={StaticResource Gray200}, Dark={StaticResource White}}" />
|
|
|
|
|
<Setter Property="IconColor" Value="{AppThemeBinding Light={StaticResource Gray200}, Dark={StaticResource White}}" />
|
|
|
|
|
<Setter Property="BarBackgroundColor" Value="{StaticResource Primary}" />
|
|
|
|
|
<Setter Property="BarTextColor" Value="{StaticResource Gray200}" />
|
|
|
|
|
<Setter Property="IconColor" Value="{StaticResource Gray200}" />
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="TabbedPage">
|
|
|
|
|
<Setter Property="BarBackgroundColor" Value="{AppThemeBinding Light={StaticResource White}, Dark={StaticResource Gray950}}" />
|
|
|
|
|
<Setter Property="BarTextColor" Value="{AppThemeBinding Light={StaticResource Primary}, Dark={StaticResource White}}" />
|
|
|
|
|
<Setter Property="UnselectedTabColor" Value="{AppThemeBinding Light={StaticResource Gray200}, Dark={StaticResource Gray950}}" />
|
|
|
|
|
<Setter Property="SelectedTabColor" Value="{AppThemeBinding Light={StaticResource Gray950}, Dark={StaticResource Gray200}}" />
|
|
|
|
|
<Setter Property="BarBackgroundColor" Value="White" />
|
|
|
|
|
<Setter Property="BarTextColor" Value="{StaticResource Primary}" />
|
|
|
|
|
<Setter Property="UnselectedTabColor" Value="{StaticResource Gray200}" />
|
|
|
|
|
<Setter Property="SelectedTabColor" Value="{StaticResource Gray950}" />
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
</ResourceDictionary>
|
|
|
|
|