Move Colors to App resources

This commit is contained in:
2020-10-18 17:24:04 -05:00
parent 3ec058ab08
commit b0a6124d43
4 changed files with 15 additions and 7 deletions
@@ -33,6 +33,7 @@ namespace qController.UI
Padding = new Thickness(10,0,0,0)
};
cueLabel.SetBinding(Label.TextProperty, "name", BindingMode.OneWay);
cueLabel.SetDynamicResource(Label.TextColorProperty, "PrimaryTextColor");
//Section for selecting a cue by tapping the name Label
var selectCueGesture = new TapGestureRecognizer();