|
|
@ -14,7 +14,7 @@
|
|
|
|
</Style>
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Border">
|
|
|
|
<Style TargetType="Border">
|
|
|
|
<Setter Property="Stroke" Value="{AppThemeBinding Light={StaticResource Gray200}, Dark={StaticResource Gray500}}" />
|
|
|
|
<Setter Property="Stroke" Value="{AppThemeBinding Light={StaticResource Primary}, Dark={StaticResource Primary}}" />
|
|
|
|
<Setter Property="StrokeShape" Value="Rectangle"/>
|
|
|
|
<Setter Property="StrokeShape" Value="Rectangle"/>
|
|
|
|
<Setter Property="StrokeThickness" Value="1"/>
|
|
|
|
<Setter Property="StrokeThickness" Value="1"/>
|
|
|
|
</Style>
|
|
|
|
</Style>
|
|
|
@ -24,10 +24,10 @@
|
|
|
|
</Style>
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Button">
|
|
|
|
<Style TargetType="Button">
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource White}, Dark={StaticResource Primary}}" />
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Primary}, Dark={StaticResource Primary}}" />
|
|
|
|
<Setter Property="BackgroundColor" Value="{AppThemeBinding Light={StaticResource Primary}, Dark={StaticResource White}}" />
|
|
|
|
<Setter Property="BackgroundColor" Value="{AppThemeBinding Light={StaticResource Primary}, Dark={StaticResource White}}" />
|
|
|
|
<Setter Property="FontFamily" Value="OpenSansRegular"/>
|
|
|
|
<Setter Property="FontFamily" Value="Arial"/>
|
|
|
|
<Setter Property="FontSize" Value="14"/>
|
|
|
|
<Setter Property="FontSize" Value="15"/>
|
|
|
|
<Setter Property="CornerRadius" Value="8"/>
|
|
|
|
<Setter Property="CornerRadius" Value="8"/>
|
|
|
|
<Setter Property="Padding" Value="14,10"/>
|
|
|
|
<Setter Property="Padding" Value="14,10"/>
|
|
|
|
<Setter Property="VisualStateManager.VisualStateGroups">
|
|
|
|
<Setter Property="VisualStateManager.VisualStateGroups">
|
|
|
@ -64,8 +64,8 @@
|
|
|
|
<Style TargetType="DatePicker">
|
|
|
|
<Style TargetType="DatePicker">
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Gray900}, Dark={StaticResource White}}" />
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Gray900}, Dark={StaticResource White}}" />
|
|
|
|
<Setter Property="BackgroundColor" Value="Transparent" />
|
|
|
|
<Setter Property="BackgroundColor" Value="Transparent" />
|
|
|
|
<Setter Property="FontFamily" Value="OpenSansRegular"/>
|
|
|
|
<Setter Property="FontFamily" Value="Arial"/>
|
|
|
|
<Setter Property="FontSize" Value="14"/>
|
|
|
|
<Setter Property="FontSize" Value="15"/>
|
|
|
|
<Setter Property="VisualStateManager.VisualStateGroups">
|
|
|
|
<Setter Property="VisualStateManager.VisualStateGroups">
|
|
|
|
<VisualStateGroupList>
|
|
|
|
<VisualStateGroupList>
|
|
|
|
<VisualStateGroup x:Name="CommonStates">
|
|
|
|
<VisualStateGroup x:Name="CommonStates">
|
|
|
@ -83,8 +83,8 @@
|
|
|
|
<Style TargetType="Editor">
|
|
|
|
<Style TargetType="Editor">
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Black}, Dark={StaticResource White}}" />
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Black}, Dark={StaticResource White}}" />
|
|
|
|
<Setter Property="BackgroundColor" Value="Transparent" />
|
|
|
|
<Setter Property="BackgroundColor" Value="Transparent" />
|
|
|
|
<Setter Property="FontFamily" Value="OpenSansRegular"/>
|
|
|
|
<Setter Property="FontFamily" Value="Arial"/>
|
|
|
|
<Setter Property="FontSize" Value="14" />
|
|
|
|
<Setter Property="FontSize" Value="15" />
|
|
|
|
<Setter Property="PlaceholderColor" Value="{AppThemeBinding Light={StaticResource Gray200}, Dark={StaticResource Gray500}}" />
|
|
|
|
<Setter Property="PlaceholderColor" Value="{AppThemeBinding Light={StaticResource Gray200}, Dark={StaticResource Gray500}}" />
|
|
|
|
<Setter Property="VisualStateManager.VisualStateGroups">
|
|
|
|
<Setter Property="VisualStateManager.VisualStateGroups">
|
|
|
|
<VisualStateGroupList>
|
|
|
|
<VisualStateGroupList>
|
|
|
@ -103,8 +103,8 @@
|
|
|
|
<Style TargetType="Entry">
|
|
|
|
<Style TargetType="Entry">
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Black}, Dark={StaticResource White}}" />
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Black}, Dark={StaticResource White}}" />
|
|
|
|
<Setter Property="BackgroundColor" Value="Transparent" />
|
|
|
|
<Setter Property="BackgroundColor" Value="Transparent" />
|
|
|
|
<Setter Property="FontFamily" Value="OpenSansRegular"/>
|
|
|
|
<Setter Property="FontFamily" Value="Arial"/>
|
|
|
|
<Setter Property="FontSize" Value="14" />
|
|
|
|
<Setter Property="FontSize" Value="15" />
|
|
|
|
<Setter Property="PlaceholderColor" Value="{AppThemeBinding Light={StaticResource Gray200}, Dark={StaticResource Gray500}}" />
|
|
|
|
<Setter Property="PlaceholderColor" Value="{AppThemeBinding Light={StaticResource Gray200}, Dark={StaticResource Gray500}}" />
|
|
|
|
<Setter Property="VisualStateManager.VisualStateGroups">
|
|
|
|
<Setter Property="VisualStateManager.VisualStateGroups">
|
|
|
|
<VisualStateGroupList>
|
|
|
|
<VisualStateGroupList>
|
|
|
@ -146,7 +146,7 @@
|
|
|
|
</Style>
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Label">
|
|
|
|
<Style TargetType="Label">
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Gray900}, Dark={StaticResource Primary}}" />
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Primary}, Dark={StaticResource Primary}}" />
|
|
|
|
<Setter Property="FontFamily" Value="Arial" />
|
|
|
|
<Setter Property="FontFamily" Value="Arial" />
|
|
|
|
<Setter Property="FontSize" Value="15" />
|
|
|
|
<Setter Property="FontSize" Value="15" />
|
|
|
|
<Setter Property="Margin" Value="5"/>
|
|
|
|
<Setter Property="Margin" Value="5"/>
|
|
|
@ -174,8 +174,8 @@
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Gray900}, Dark={StaticResource White}}" />
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Gray900}, Dark={StaticResource White}}" />
|
|
|
|
<Setter Property="TitleColor" Value="{AppThemeBinding Light={StaticResource Gray900}, Dark={StaticResource Gray200}}" />
|
|
|
|
<Setter Property="TitleColor" Value="{AppThemeBinding Light={StaticResource Gray900}, Dark={StaticResource Gray200}}" />
|
|
|
|
<Setter Property="BackgroundColor" Value="Transparent" />
|
|
|
|
<Setter Property="BackgroundColor" Value="Transparent" />
|
|
|
|
<Setter Property="FontFamily" Value="OpenSansRegular"/>
|
|
|
|
<Setter Property="FontFamily" Value="Arial"/>
|
|
|
|
<Setter Property="FontSize" Value="14"/>
|
|
|
|
<Setter Property="FontSize" Value="15"/>
|
|
|
|
<Setter Property="VisualStateManager.VisualStateGroups">
|
|
|
|
<Setter Property="VisualStateManager.VisualStateGroups">
|
|
|
|
<VisualStateGroupList>
|
|
|
|
<VisualStateGroupList>
|
|
|
|
<VisualStateGroup x:Name="CommonStates">
|
|
|
|
<VisualStateGroup x:Name="CommonStates">
|
|
|
@ -210,8 +210,8 @@
|
|
|
|
<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}}" />
|
|
|
|
<Setter Property="FontFamily" Value="OpenSansRegular"/>
|
|
|
|
<Setter Property="FontFamily" Value="Arial"/>
|
|
|
|
<Setter Property="FontSize" Value="14"/>
|
|
|
|
<Setter Property="FontSize" Value="15"/>
|
|
|
|
<Setter Property="VisualStateManager.VisualStateGroups">
|
|
|
|
<Setter Property="VisualStateManager.VisualStateGroups">
|
|
|
|
<VisualStateGroupList>
|
|
|
|
<VisualStateGroupList>
|
|
|
|
<VisualStateGroup x:Name="CommonStates">
|
|
|
|
<VisualStateGroup x:Name="CommonStates">
|
|
|
@ -231,12 +231,13 @@
|
|
|
|
</Style>
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
|
|
<Style TargetType="SearchBar">
|
|
|
|
<Style TargetType="SearchBar">
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Gray900}, Dark={StaticResource White}}" />
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Primary}, Dark={StaticResource Primary}}" />
|
|
|
|
<Setter Property="PlaceholderColor" Value="{StaticResource Gray500}" />
|
|
|
|
<Setter Property="PlaceholderColor" Value="{StaticResource Primary}" />
|
|
|
|
<Setter Property="CancelButtonColor" Value="{StaticResource Gray500}" />
|
|
|
|
<Setter Property="CancelButtonColor" Value="{StaticResource Primary}" />
|
|
|
|
<Setter Property="BackgroundColor" Value="Transparent" />
|
|
|
|
<Setter Property="BackgroundColor" Value="{StaticResource Gray500}" />
|
|
|
|
<Setter Property="FontFamily" Value="OpenSansRegular" />
|
|
|
|
<Setter Property="FontFamily" Value="Arial" />
|
|
|
|
<Setter Property="FontSize" Value="14" />
|
|
|
|
<Setter Property="FontSize" Value="15" />
|
|
|
|
|
|
|
|
<Setter Property="FontAutoScalingEnabled" Value="True" />
|
|
|
|
<Setter Property="VisualStateManager.VisualStateGroups">
|
|
|
|
<Setter Property="VisualStateManager.VisualStateGroups">
|
|
|
|
<VisualStateGroupList>
|
|
|
|
<VisualStateGroupList>
|
|
|
|
<VisualStateGroup x:Name="CommonStates">
|
|
|
|
<VisualStateGroup x:Name="CommonStates">
|
|
|
@ -256,8 +257,8 @@
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Gray900}, Dark={StaticResource White}}" />
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Gray900}, Dark={StaticResource White}}" />
|
|
|
|
<Setter Property="PlaceholderColor" Value="{StaticResource Gray500}" />
|
|
|
|
<Setter Property="PlaceholderColor" Value="{StaticResource Gray500}" />
|
|
|
|
<Setter Property="BackgroundColor" Value="Transparent" />
|
|
|
|
<Setter Property="BackgroundColor" Value="Transparent" />
|
|
|
|
<Setter Property="FontFamily" Value="OpenSansRegular" />
|
|
|
|
<Setter Property="FontFamily" Value="Arial" />
|
|
|
|
<Setter Property="FontSize" Value="14" />
|
|
|
|
<Setter Property="FontSize" Value="15" />
|
|
|
|
<Setter Property="VisualStateManager.VisualStateGroups">
|
|
|
|
<Setter Property="VisualStateManager.VisualStateGroups">
|
|
|
|
<VisualStateGroupList>
|
|
|
|
<VisualStateGroupList>
|
|
|
|
<VisualStateGroup x:Name="CommonStates">
|
|
|
|
<VisualStateGroup x:Name="CommonStates">
|
|
|
@ -336,8 +337,8 @@
|
|
|
|
<Style TargetType="TimePicker">
|
|
|
|
<Style TargetType="TimePicker">
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Gray900}, Dark={StaticResource White}}" />
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Gray900}, Dark={StaticResource White}}" />
|
|
|
|
<Setter Property="Background" Value="Transparent"/>
|
|
|
|
<Setter Property="Background" Value="Transparent"/>
|
|
|
|
<Setter Property="FontFamily" Value="OpenSansRegular"/>
|
|
|
|
<Setter Property="FontFamily" Value="Arial"/>
|
|
|
|
<Setter Property="FontSize" Value="14"/>
|
|
|
|
<Setter Property="FontSize" Value="15"/>
|
|
|
|
<Setter Property="VisualStateManager.VisualStateGroups">
|
|
|
|
<Setter Property="VisualStateManager.VisualStateGroups">
|
|
|
|
<VisualStateGroupList>
|
|
|
|
<VisualStateGroupList>
|
|
|
|
<VisualStateGroup x:Name="CommonStates">
|
|
|
|
<VisualStateGroup x:Name="CommonStates">
|
|
|
|