void CreateLayout() { _mainCardView = new FixtureCardView (Fixture); View = new StackLayout { Padding = new Thickness(15,10), BackgroundColor = Color.White, Children = { _mainCardView } }; }
void CreateLayout() { _mainCardView = new FixtureCardView(Fixture); View = new StackLayout { Padding = new Thickness(15, 10), BackgroundColor = Color.White, Children = { _mainCardView } }; }