centers entries text

main
Paul Schneider 9 years ago
parent ebed326177
commit f4e9d9bb86
1 changed files with 2 additions and 0 deletions

@ -65,6 +65,8 @@
<Style x:Key="BigEntry" TargetType="Entry" BasedOn="{StaticResource EntryStyle}">
<Setter Property="FontSize" Value="{StaticResource LargeFontSize}" />
<Setter Property="FontAttributes" Value="Bold" />
<Setter Property="HorizontalOptions" Value="FillAndExpand"/>
<Setter Property="HorizontalTextAlignment" Value="Center"/>
</Style>
<Style x:Key="ButtonStyle" TargetType="Button">

Loading…