作者:松狮猫vn | 来源:互联网 | 2023-09-13 18:27
Description
After updating to Xamarin.Forms 4.8, radio buttons no longer display their text under Android. Same code works under 4.7.
Steps to Reproduce
- Create new Xamarin.Forms blank page app
- Add a radio button to the main page:
- Make sure the Xamarin.Forms NuGet packages are updated to 4.8.0.1269 and run the app under Android.
Expected Behavior
The radio button displays the text "Test" to the right.
Actual Behavior
Only the circle of the radio button is displayed, with no text.
Basic Information
- Version with issue: 4.8.0.1269
- Last known good version: 4.7.0.1260
- IDE: Visual Studio 2019
- Platform Target Frameworks:
- Android: 9.0
Screenshots