<tabView:SfTabItem.HeaderContent> <Grid> <Grid.ColumnDefinitions> <ColumnDefinition Width="8*" /> <ColumnDefinition Width="2*" /> </Grid.ColumnDefinitions> <Label Text="Completed" TextColor="#FF00AFF0" FontSize="16" VerticalOptions="Center" HorizontalOptions="Center" /> <Grid HeightRequest="20" WidthRequest="20" VerticalOptions="Center" Grid.Column="1" HorizontalOptions="Center"> <Grid VerticalOptions="Center" HorizontalOptions="Center"> <Frame CornerRadius="10" BackgroundColor="Red" HasShadow="false" /> </Grid> <Label Text="21" TextColor="White" FontSize="14" HorizontalTextAlignment="Center" VerticalOptions="Center" HorizontalOptions="Center" /> </Grid> </Grid> </tabView:SfTabItem.HeaderContent> |
|
<tabView:SfTabItem.HeaderContent>
<StackLayout Orientation="Vertical">
<badge:SfBadgeView BadgeText="8">
<badge:SfBadgeView.Content>
<Image Aspect="AspectFit" HeightRequest="30" WidthRequest="30" Source="Compose.png"></Image>
</badge:SfBadgeView.Content>
<badge:SfBadgeView.BadgeSettings>
<badge:BadgeSetting BadgeType="Error" Offset="-31,1" BackgroundColor="Red" />
</badge:SfBadgeView.BadgeSettings>
</badge:SfBadgeView>
<Label Text="Archive" TextColor="#FF00AFF0" FontSize="16" VerticalOptions="Center" HorizontalOptions="Center" />
</StackLayout>
</tabView:SfTabItem.HeaderContent> |
<tabView:SfTabItem.HeaderContent>
<StackLayout Orientation="Vertical">
<badge:SfBadgeView BadgeText="8">
<badge:SfBadgeView.Content>
<Image Aspect="AspectFit" HeightRequest="30" WidthRequest="30" Source="Compose.png"></Image>
</badge:SfBadgeView.Content>
<badge:SfBadgeView.BadgeSettings>
<badge:BadgeSetting BadgeType="Error" Offset="-31,1" BackgroundColor="Red" />
</badge:SfBadgeView.BadgeSettings>
</badge:SfBadgeView>
<Label Text="Archive" TextColor="#FF00AFF0" FontSize="16" VerticalOptions="Center" HorizontalOptions="Center" />
</StackLayout>
</tabView:SfTabItem.HeaderContent> |