Update packages

This commit is contained in:
2021-12-28 10:12:05 -06:00
parent ddb39c62a6
commit b80a74d1bc
11 changed files with 9427 additions and 14993 deletions
@@ -96,7 +96,8 @@ namespace qController.UI
VerticalOptions = LayoutOptions.FillAndExpand,
Margin = 5,
BackgroundColor = Color.Transparent,
FontSize = Device.GetNamedSize(NamedSize.Medium, typeof(Label))
FontSize = Device.GetNamedSize(NamedSize.Medium, typeof(Label)),
HorizontalTextAlignment = TextAlignment.Center,
};
notes.SetDynamicResource(Label.TextColorProperty, "PrimaryTextColor");
notes.SetBinding(Label.TextProperty, "notes", BindingMode.OneWay);