This repository was archived by the owner on May 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
This repository was archived by the owner on May 1, 2024. It is now read-only.
[Bug] Radio button styling issues #13483
Copy link
Copy link
Open
Labels
s/needs-info ❓A question has been asked that requires an answer before work can continue on this issue.A question has been asked that requires an answer before work can continue on this issue.s/needs-repro ❔This reported issue doesn't include a sample project reproducing the issue. Please provide one.This reported issue doesn't include a sample project reproducing the issue. Please provide one.s/unverifiedNew report that has yet to be verifiedNew report that has yet to be verifiedt/bug 🐛
Milestone
Description
Description
when using a Radio button with black page background the circle to click is not visible and there is no property to change the colour of it, also setting the backgroundcolor of the control results in a line appearing along the bottom of the control.
Steps to Reproduce
- Create a radio button
- Change the background colour of the page
- change the background colour of the radiobutton.
Expected Behavior
Circle should be able to be made visible on a black page, and line should not appear.
Actual Behavior
circle to click is not visible and line appears on bottom of control.
Basic Information
- Version with issue: 5.0.0.1905
- Last known good version: None
- Platform Target Frameworks:
- Android: 10
- Android Support Library / AndroidX Version:
- NuGet Packages:
- Affected Devices:
Environment
Show/Hide Visual Studio info
Build Logs
Screenshots
Reproduction Link
Example XML to reproduce:
<StackLayout>
<StackLayout>
<RadioButton BackgroundColor="White" FontSize="Small"
TextColor="Black"
IsChecked="{Binding RButtonChecked}"
Content="Test A" Value="test"/>
</StackLayout>
</StackLayout>
Workaround
nZeus
Metadata
Metadata
Assignees
Labels
s/needs-info ❓A question has been asked that requires an answer before work can continue on this issue.A question has been asked that requires an answer before work can continue on this issue.s/needs-repro ❔This reported issue doesn't include a sample project reproducing the issue. Please provide one.This reported issue doesn't include a sample project reproducing the issue. Please provide one.s/unverifiedNew report that has yet to be verifiedNew report that has yet to be verifiedt/bug 🐛
