1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-06 18:43:43 +00:00

style fixes for xamarin forms 4

This commit is contained in:
Kyle Spearrin
2019-10-30 09:30:45 -04:00
parent d308f1ca3b
commit d9907cdbeb
3 changed files with 6 additions and 4 deletions

View File

@@ -126,9 +126,9 @@
<Style TargetType="Label"
Class="list-header">
<Setter Property="HorizontalOptions"
Value="StartAndExpand" />
Value="FillAndExpand" />
<Setter Property="VerticalOptions"
Value="CenterAndExpand" />
Value="FillAndExpand" />
<Setter Property="VerticalTextAlignment"
Value="Center" />
</Style>