We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750e59c commit 7b34650Copy full SHA for 7b34650
src/Controls/tests/TestCases.HostApp/Issues/Issue28604.cs
@@ -20,6 +20,7 @@ public Issue28604()
20
EmptyView = "EmptyView",
21
Header = new StackLayout
22
{
23
+ BackgroundColor = Colors.Red,
24
Children =
25
26
new Label
@@ -31,6 +32,7 @@ public Issue28604()
31
32
},
33
Footer = new StackLayout
34
35
+ BackgroundColor = Colors.Yellow,
36
37
38
0 commit comments