PickerStyle
This commit is contained in:
parent
38d8985da3
commit
93bfd2ab28
1 changed files with 2 additions and 1 deletions
|
|
@ -56,13 +56,14 @@
|
|||
<Style x:Key="ContentLabelStyle" BasedOn="{StaticResource LabelStyle}" TargetType="Label">
|
||||
<Setter Property="FontSize" Value="{StaticResource MediumFontSize}" />
|
||||
<Setter Property="HorizontalOptions" Value="CenterAndExpand" />
|
||||
<Setter Property="VerticalOptions" Value="CenterAndExpand" />
|
||||
</Style>
|
||||
|
||||
<Style x:Key="EntryStyle" TargetType="Entry">
|
||||
<Setter Property="HorizontalOptions" Value="CenterAndExpand"/>
|
||||
</Style>
|
||||
<Style x:Key="PickerStyle" TargetType="Picker">
|
||||
<Setter Property="HorizontalOptions" Value="CenterAndExpand"/>
|
||||
<Setter Property="HorizontalOptions" Value="FillAndExpand"/>
|
||||
</Style>
|
||||
<Style x:Key="BigEntry" TargetType="Entry" BasedOn="{StaticResource EntryStyle}">
|
||||
<Setter Property="FontSize" Value="{StaticResource LargeFontSize}" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue