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

[Bug] BadgeView should be round  #692

@developer9969

Description

@developer9969

Description

Trying to use the badge view but noticed that the badgeview is not round but stretches vertically.
Also I think the badge positions should be more internal, it looks too detached.

<StackLayout Orientation="Vertical">
        <xct:BadgeView
            BackgroundColor="Gainsboro"
            FontAttributes="Bold"
            FontSize="Medium"
            BorderColor="Blue" 
            BadgePosition="BottomRight"
            TextColor="White"
            Margin="0,20,0,0"
            Text="1">
            <Button HeightRequest="60" 
                    WidthRequest="60"
                    CornerRadius="30" 
                    Margin="0,30,0,0"
                    BackgroundColor="Red" 
                    HorizontalOptions="Center"
                    VerticalOptions="Center">
            </Button>
        </xct:BadgeView>
    </StackLayout>

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    a/BadgeViewbugSomething isn't working. Breaky break.s/unverifiedThis issue needs verification/reproduction by a team member. PRs cannot be accepted/merged.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions