You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set on tap change myRBVname.BackgroundColor = Color.FromHex("#FF0000");
And my RoundedBox BG set red background with no rounded border, but in iOS - CornerBorder is still rounded.
EX: i have blue backround rounded box (corner=50) circle.
on tap - i want change background to red.
When i tap - round transforming to square with red background.
This is on Android, but in iOS simulator - circle not changes and stay a circle.
I try with your example and not a change a myRBVname.BackgroundColor = Color.FromHex("#FF0000"); and change (Styles)Setters... but it have same effect.
Anybody can understand why it happens? And how it fix?
I need round buttons, rounded UI elements in XF and do interactions with this, but my brain explodes!
The text was updated successfully, but these errors were encountered:
I set on tap change myRBVname.BackgroundColor = Color.FromHex("#FF0000");
And my RoundedBox BG set red background with no rounded border, but in iOS - CornerBorder is still rounded.
EX: i have blue backround rounded box (corner=50) circle.
on tap - i want change background to red.
When i tap - round transforming to square with red background.
This is on Android, but in iOS simulator - circle not changes and stay a circle.
I try with your example and not a change a myRBVname.BackgroundColor = Color.FromHex("#FF0000"); and change (Styles)Setters... but it have same effect.
Anybody can understand why it happens? And how it fix?
I need round buttons, rounded UI elements in XF and do interactions with this, but my brain explodes!
The text was updated successfully, but these errors were encountered: