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 grows vertically when horizontally wider #641
Open
Description
Description
The badgeview gets bigger vertically when the size only needs to expand horizontally.
Steps to Reproduce
- Set the Badge Text to 87234687
- Marvel at the oddity.
Expected Behavior
Wrap the badge in the least space needed with margins and padding to have a nice rounded horizontal badge.
Actual Behavior
Giant square badge.
Basic Information
- Version with issue: Commit 4f6f80e
- Last known good version: Never
- IDE: VS 19
- Platform Target Frameworks:
- iOS:
- Android:
- UWP:
- Android Support Library Version:
- Nuget Packages:
- Affected Devices:
Reproduction imagery
Reproduction Link
<xct:BadgeView
BackgroundColor="Red"
Text="165465541"
TextColor="White">
<Label Text="Actual Long Value" />
</xct:BadgeView>