mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-22 07:29:13 +00:00
Update packages
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user