Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 204bbe2

Browse files
authored
Update TabView.shared.cs (#1926)
1 parent 6167ed4 commit 204bbe2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CommunityToolkit/Xamarin.CommunityToolkit/Views/TabView/TabView.shared.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public TabView()
7676
tabStripContentContainer = new Grid
7777
{
7878
BackgroundColor = Color.Transparent,
79-
Children = { tabStripIndicator, tabStripContent },
79+
Children = { tabStripContent, tabStripIndicator },
8080
HorizontalOptions = LayoutOptions.FillAndExpand,
8181
VerticalOptions = LayoutOptions.Start
8282
};
@@ -1099,4 +1099,4 @@ internal virtual void OnTabViewScrolled(ItemsViewScrolledEventArgs e)
10991099
handler?.Invoke(this, e);
11001100
}
11011101
}
1102-
}
1102+
}

0 commit comments

Comments
 (0)