In version 4.5.1, if a BackgroundColor is set for the segmented control, it does not only fill the "boxes" with that color but also the background outside the "boxes":
This pull request fixes that bug and makes sure that only the "boxes" will be filled with the color, see screenshot below:
I also extended the Test-app with a button that changes the BackgroundColor-property.
Successfully tested on Google Pixel 3 with Android 10 and an Android Emulator with Android 8.0.
In version 4.5.1, if a
BackgroundColor
is set for the segmented control, it does not only fill the "boxes" with that color but also the background outside the "boxes":This pull request fixes that bug and makes sure that only the "boxes" will be filled with the color, see screenshot below:
I also extended the Test-app with a button that changes the
BackgroundColor
-property.Successfully tested on Google Pixel 3 with Android 10 and an Android Emulator with Android 8.0.