centers entries text
This commit is contained in:
parent
f69dbf732e
commit
76b1689a21
1 changed files with 2 additions and 0 deletions
|
|
@ -65,6 +65,8 @@
|
||||||
<Style x:Key="BigEntry" TargetType="Entry" BasedOn="{StaticResource EntryStyle}">
|
<Style x:Key="BigEntry" TargetType="Entry" BasedOn="{StaticResource EntryStyle}">
|
||||||
<Setter Property="FontSize" Value="{StaticResource LargeFontSize}" />
|
<Setter Property="FontSize" Value="{StaticResource LargeFontSize}" />
|
||||||
<Setter Property="FontAttributes" Value="Bold" />
|
<Setter Property="FontAttributes" Value="Bold" />
|
||||||
|
<Setter Property="HorizontalOptions" Value="FillAndExpand"/>
|
||||||
|
<Setter Property="HorizontalTextAlignment" Value="Center"/>
|
||||||
</Style>
|
</Style>
|
||||||
|
|
||||||
<Style x:Key="ButtonStyle" TargetType="Button">
|
<Style x:Key="ButtonStyle" TargetType="Button">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue