mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-17 13:23:45 +00:00
Styling Changes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user