Skip to content

Commit 7b34650

Browse files
committed
Updated test sample with Background Color
1 parent 750e59c commit 7b34650

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Controls/tests/TestCases.HostApp/Issues/Issue28604.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public Issue28604()
2020
EmptyView = "EmptyView",
2121
Header = new StackLayout
2222
{
23+
BackgroundColor = Colors.Red,
2324
Children =
2425
{
2526
new Label
@@ -31,6 +32,7 @@ public Issue28604()
3132
},
3233
Footer = new StackLayout
3334
{
35+
BackgroundColor = Colors.Yellow,
3436
Children =
3537
{
3638
new Label

0 commit comments

Comments
 (0)