Styling Changes

This commit is contained in:
2020-10-18 19:20:22 -05:00
parent 1dd29edf62
commit 7c14629227
5 changed files with 30 additions and 25 deletions
@@ -83,7 +83,7 @@ namespace qController.UI
HorizontalTextAlignment = TextAlignment.Center,
VerticalTextAlignment = TextAlignment.Center,
BackgroundColor = Color.Transparent,
FontSize = Device.GetNamedSize(NamedSize.Large, typeof(Label))
FontSize = App.HeightUnit * 2.75
};
name.SetDynamicResource(Label.TextColorProperty, "PrimaryTextColor");
name.SetBinding(Label.TextProperty, "name", BindingMode.TwoWay);