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] Radio button styling issues #13483

@Simon-72

Description

@Simon-72

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

  1. Create a radio button
  2. Change the background colour of the page
  3. 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

image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    s/needs-info ❓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.s/unverifiedNew report that has yet to be verifiedt/bug 🐛

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions