Closed Strypper closed 7 months ago
Add all the label with fixed positions according to this background roadmap image
<Label Padding="0" AbsoluteLayout.LayoutBounds="0.39,0.079" AbsoluteLayout.LayoutFlags="PositionProportional" BackgroundColor="Red" FontSize="8" HeightRequest="25" HorizontalTextAlignment="Center" Opacity="0" Text="C#" VerticalTextAlignment="Center" WidthRequest="25"> <Label.GestureRecognizers> <TapGestureRecognizer Command="{x:Binding OpenUrlCommand}" CommandParameter="{x:StaticResource CSharpFundamentalLink}" /> </Label.GestureRecognizers> <Label.Behaviors> <toolkit:AnimationBehavior> <toolkit:AnimationBehavior.AnimationType> <toolkit:FadeAnimation Opacity="1" /> </toolkit:AnimationBehavior.AnimationType> </toolkit:AnimationBehavior> </Label.Behaviors> </Label>
New feature
git fetch origin git checkout 195-add-labels-to-aspnet-core-roadmap
Description
Add all the label with fixed positions according to this background roadmap image
Public API Changes
Intended Use-Case
New feature