|
|
|
@ -23,6 +23,12 @@
|
|
|
|
|
<Setter Property="Stroke" Value="Transparent" />
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Border" x:Key="TabBorder">
|
|
|
|
|
<Setter Property="Stroke" Value="{StaticResource Gray800}" />
|
|
|
|
|
<Setter Property="StrokeThickness" Value="4" />
|
|
|
|
|
<Setter Property="Margin" Value="10, 0" />
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="BoxView">
|
|
|
|
|
<Setter Property="BackgroundColor" Value="{AppThemeBinding Light={StaticResource Gray950}, Dark={StaticResource Gray200}}" />
|
|
|
|
|
</Style>
|
|
|
|
@ -75,6 +81,11 @@
|
|
|
|
|
<Setter Property="VerticalOptions" Value="End"/>
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Image" x:Key="Logo">
|
|
|
|
|
<Setter Property="HeightRequest" Value="300" />
|
|
|
|
|
<Setter Property="Aspect" Value="AspectFit"/>
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="CheckBox">
|
|
|
|
|
<Setter Property="Color" Value="{AppThemeBinding Light={StaticResource Primary}, Dark={StaticResource White}}" />
|
|
|
|
|
<Setter Property="MinimumHeightRequest" Value="44"/>
|
|
|
|
@ -236,6 +247,7 @@
|
|
|
|
|
<Setter Property="FontAttributes" Value="Bold" />
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Label" x:Key="ContentCenter">
|
|
|
|
|
<Setter Property="TextColor" Value="Black" />
|
|
|
|
|
<Setter Property="FontSize" Value="20" />
|
|
|
|
@ -248,6 +260,24 @@
|
|
|
|
|
<Setter Property="HorizontalOptions" Value="Start" />
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Label" x:Key="ContentSetting">
|
|
|
|
|
<Setter Property="TextColor" Value="Black" />
|
|
|
|
|
<Setter Property="FontSize" Value="20" />
|
|
|
|
|
<Setter Property="HorizontalOptions" Value="Start" />
|
|
|
|
|
<Setter Property="VerticalOptions" Value="Start" />
|
|
|
|
|
<Setter Property="FontAttributes" Value="Bold" />
|
|
|
|
|
<Setter Property="Margin" Value="10" />
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Label" x:Key="ContentTab">
|
|
|
|
|
<Setter Property="Grid.Row" Value="0" />
|
|
|
|
|
<Setter Property="FontSize" Value="Medium" />
|
|
|
|
|
<Setter Property="Padding" Value="5,0" />
|
|
|
|
|
<Setter Property="VerticalOptions" Value="Center" />
|
|
|
|
|
<Setter Property="FontAttributes" Value="Bold" />
|
|
|
|
|
<Setter Property="TextColor" Value="DarkSlateGrey" />
|
|
|
|
|
</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}}" />
|
|
|
|
@ -363,10 +393,10 @@
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<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="Offset" Value="10,10" />
|
|
|
|
|
<Setter Property="Radius" Value="10" />
|
|
|
|
|
<Setter Property="Opacity" Value="0.6" />
|
|
|
|
|
<Setter Property="Brush" Value="Black" />
|
|
|
|
|
<Setter Property="Offset" Value="5, 5" />
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Slider">
|
|
|
|
@ -389,11 +419,24 @@
|
|
|
|
|
</Setter>
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Slider" x:Key="SliderSound">
|
|
|
|
|
<Setter Property="Value" Value="5" />
|
|
|
|
|
<Setter Property="Grid.Row" Value="0" />
|
|
|
|
|
<Setter Property="Grid.Column" Value="2" />
|
|
|
|
|
<Setter Property="WidthRequest" Value="500" />
|
|
|
|
|
<Setter Property="HorizontalOptions" Value="Center" />
|
|
|
|
|
<Setter Property="VerticalOptions" Value="Center" />
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="SwipeItem">
|
|
|
|
|
<Setter Property="BackgroundColor" Value="{AppThemeBinding Light={StaticResource White}, Dark={StaticResource Black}}" />
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Switch">
|
|
|
|
|
|
|
|
|
|
<Setter Property="IsToggled" Value="True" />
|
|
|
|
|
<Setter Property="HorizontalOptions" Value="Center" />
|
|
|
|
|
<Setter Property="ThumbColor" Value="AliceBlue" />
|
|
|
|
|
<Setter Property="VisualStateManager.VisualStateGroups">
|
|
|
|
|
<VisualStateGroupList>
|
|
|
|
|
<VisualStateGroup x:Name="CommonStates">
|
|
|
|
@ -473,4 +516,20 @@
|
|
|
|
|
<Style TargetType="ScrollView" >
|
|
|
|
|
<Setter Property="BackgroundColor" Value="#efca85"/>
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Rectangle" >
|
|
|
|
|
<Setter Property="HeightRequest" Value="2"/>
|
|
|
|
|
<Setter Property="BackgroundColor" Value="Black"/>
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Rectangle" x:Key="RectangleTab">
|
|
|
|
|
<Setter Property="WidthRequest" Value="2"/>
|
|
|
|
|
<Setter Property="BackgroundColor" Value="Black"/>
|
|
|
|
|
<Setter Property="Grid.RowSpan" Value="20"/>
|
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
<Style TargetType="Grid" x:Key="GridMain">
|
|
|
|
|
<Setter Property="ColumnDefinitions" Value="*, 4*, *"/>
|
|
|
|
|
<Setter Property="Margin" Value="10, 0"/>
|
|
|
|
|
</Style>
|
|
|
|
|
</ResourceDictionary>
|
|
|
|
|