|
|
|
@ -26,8 +26,8 @@
|
|
|
|
|
<Style TargetType="Button">
|
|
|
|
|
<Setter Property="TextColor" Value="Black" />
|
|
|
|
|
<Setter Property="BackgroundColor" Value="White" />
|
|
|
|
|
<Setter Property="FontFamily" Value="OpenSansRegular"/>
|
|
|
|
|
<Setter Property="FontSize" Value="14"/>
|
|
|
|
|
<Setter Property="FontFamily" Value="Lexend-Medium"/>
|
|
|
|
|
<Setter Property="FontSize" Value="25"/>
|
|
|
|
|
<Setter Property="BorderWidth" Value="0"/>
|
|
|
|
|
<Setter Property="CornerRadius" Value="8"/>
|
|
|
|
|
<Setter Property="Padding" Value="14,10"/>
|
|
|
|
@ -35,15 +35,19 @@
|
|
|
|
|
<Setter Property="MinimumWidthRequest" Value="44"/>
|
|
|
|
|
<Setter Property="VisualStateManager.VisualStateGroups">
|
|
|
|
|
<VisualStateGroupList>
|
|
|
|
|
<VisualStateGroup x:Name="CommonStates">
|
|
|
|
|
<VisualState x:Name="Normal" />
|
|
|
|
|
<VisualState x:Name="Disabled">
|
|
|
|
|
<VisualStateGroup>
|
|
|
|
|
<VisualState x:Name="Normal">
|
|
|
|
|
<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="Scale"
|
|
|
|
|
Value="1" />
|
|
|
|
|
</VisualState.Setters>
|
|
|
|
|
</VisualState>
|
|
|
|
|
<VisualState x:Name="PointerOver">
|
|
|
|
|
<VisualState.Setters>
|
|
|
|
|
<Setter Property="Scale"
|
|
|
|
|
Value="1.05" />
|
|
|
|
|
</VisualState.Setters>
|
|
|
|
|
</VisualState>
|
|
|
|
|
<VisualState x:Name="PointerOver" />
|
|
|
|
|
</VisualStateGroup>
|
|
|
|
|
</VisualStateGroupList>
|
|
|
|
|
</Setter>
|
|
|
|
@ -70,7 +74,7 @@
|
|
|
|
|
<Style TargetType="DatePicker">
|
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Gray900}, Dark={StaticResource White}}" />
|
|
|
|
|
<Setter Property="BackgroundColor" Value="Transparent" />
|
|
|
|
|
<Setter Property="FontFamily" Value="OpenSansRegular"/>
|
|
|
|
|
<Setter Property="FontFamily" Value="Lexend-Meduim"/>
|
|
|
|
|
<Setter Property="FontSize" Value="14"/>
|
|
|
|
|
<Setter Property="MinimumHeightRequest" Value="44"/>
|
|
|
|
|
<Setter Property="MinimumWidthRequest" Value="44"/>
|
|
|
|
@ -91,7 +95,7 @@
|
|
|
|
|
<Style TargetType="Editor">
|
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Black}, Dark={StaticResource White}}" />
|
|
|
|
|
<Setter Property="BackgroundColor" Value="Transparent" />
|
|
|
|
|
<Setter Property="FontFamily" Value="OpenSansRegular"/>
|
|
|
|
|
<Setter Property="FontFamily" Value="Lexend-Meduim"/>
|
|
|
|
|
<Setter Property="FontSize" Value="14" />
|
|
|
|
|
<Setter Property="PlaceholderColor" Value="{AppThemeBinding Light={StaticResource Gray200}, Dark={StaticResource Gray500}}" />
|
|
|
|
|
<Setter Property="MinimumHeightRequest" Value="44"/>
|
|
|
|
@ -113,7 +117,7 @@
|
|
|
|
|
<Style TargetType="Entry">
|
|
|
|
|
<Setter Property="TextColor" Value="Black" />
|
|
|
|
|
<Setter Property="BackgroundColor" Value="White" />
|
|
|
|
|
<Setter Property="FontFamily" Value="OpenSansRegular"/>
|
|
|
|
|
<Setter Property="FontFamily" Value="Lexend-Meduim"/>
|
|
|
|
|
<Setter Property="FontSize" Value="14" />
|
|
|
|
|
<Setter Property="PlaceholderColor" Value="Red" />
|
|
|
|
|
<Setter Property="MinimumHeightRequest" Value="44"/>
|
|
|
|
@ -163,7 +167,7 @@
|
|
|
|
|
<Style TargetType="Label">
|
|
|
|
|
<Setter Property="TextColor" Value="DarkSlateGrey" />
|
|
|
|
|
<Setter Property="BackgroundColor" Value="Transparent" />
|
|
|
|
|
<Setter Property="FontFamily" Value="OpenSansRegular" />
|
|
|
|
|
<Setter Property="FontFamily" Value="Lexend-Meduim" />
|
|
|
|
|
<Setter Property="FontSize" Value="14" />
|
|
|
|
|
<Setter Property="VisualStateManager.VisualStateGroups">
|
|
|
|
|
<VisualStateGroupList>
|
|
|
|
@ -206,7 +210,7 @@
|
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Gray900}, Dark={StaticResource White}}" />
|
|
|
|
|
<Setter Property="TitleColor" Value="{AppThemeBinding Light={StaticResource Gray900}, Dark={StaticResource Gray200}}" />
|
|
|
|
|
<Setter Property="BackgroundColor" Value="Transparent" />
|
|
|
|
|
<Setter Property="FontFamily" Value="OpenSansRegular"/>
|
|
|
|
|
<Setter Property="FontFamily" Value="Lexend-Meduim"/>
|
|
|
|
|
<Setter Property="FontSize" Value="14"/>
|
|
|
|
|
<Setter Property="MinimumHeightRequest" Value="44"/>
|
|
|
|
|
<Setter Property="MinimumWidthRequest" Value="44"/>
|
|
|
|
@ -244,7 +248,7 @@
|
|
|
|
|
<Style TargetType="RadioButton">
|
|
|
|
|
<Setter Property="BackgroundColor" Value="Transparent"/>
|
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Black}, Dark={StaticResource White}}" />
|
|
|
|
|
<Setter Property="FontFamily" Value="OpenSansRegular"/>
|
|
|
|
|
<Setter Property="FontFamily" Value="Lexend-Meduim"/>
|
|
|
|
|
<Setter Property="FontSize" Value="14"/>
|
|
|
|
|
<Setter Property="MinimumHeightRequest" Value="44"/>
|
|
|
|
|
<Setter Property="MinimumWidthRequest" Value="44"/>
|
|
|
|
@ -271,7 +275,7 @@
|
|
|
|
|
<Setter Property="PlaceholderColor" Value="{StaticResource Gray500}" />
|
|
|
|
|
<Setter Property="CancelButtonColor" Value="{StaticResource Gray500}" />
|
|
|
|
|
<Setter Property="BackgroundColor" Value="Transparent" />
|
|
|
|
|
<Setter Property="FontFamily" Value="OpenSansRegular" />
|
|
|
|
|
<Setter Property="FontFamily" Value="Lexend-Meduim" />
|
|
|
|
|
<Setter Property="FontSize" Value="14" />
|
|
|
|
|
<Setter Property="MinimumHeightRequest" Value="44"/>
|
|
|
|
|
<Setter Property="MinimumWidthRequest" Value="44"/>
|
|
|
|
@ -294,7 +298,7 @@
|
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Gray900}, Dark={StaticResource White}}" />
|
|
|
|
|
<Setter Property="PlaceholderColor" Value="{StaticResource Gray500}" />
|
|
|
|
|
<Setter Property="BackgroundColor" Value="Transparent" />
|
|
|
|
|
<Setter Property="FontFamily" Value="OpenSansRegular" />
|
|
|
|
|
<Setter Property="FontFamily" Value="Lexend-Meduim" />
|
|
|
|
|
<Setter Property="FontSize" Value="14" />
|
|
|
|
|
<Setter Property="VisualStateManager.VisualStateGroups">
|
|
|
|
|
<VisualStateGroupList>
|
|
|
|
@ -366,7 +370,7 @@
|
|
|
|
|
<Style TargetType="TimePicker">
|
|
|
|
|
<Setter Property="TextColor" Value="{AppThemeBinding Light={StaticResource Gray900}, Dark={StaticResource White}}" />
|
|
|
|
|
<Setter Property="BackgroundColor" Value="Transparent"/>
|
|
|
|
|
<Setter Property="FontFamily" Value="OpenSansRegular"/>
|
|
|
|
|
<Setter Property="FontFamily" Value="Lexend-Meduim"/>
|
|
|
|
|
<Setter Property="FontSize" Value="14"/>
|
|
|
|
|
<Setter Property="MinimumHeightRequest" Value="44"/>
|
|
|
|
|
<Setter Property="MinimumWidthRequest" Value="44"/>
|
|
|
|
|