Hi All
I have the following setup:
I have an activity where I have a couple of buttons set up. As I cannot select the color I want there, I set the color of the button in Activity_Create, as follows:
btnContactUs.Color = Colors.ARGB(128, 85, 103, 129)
In the designer, I have selected the corner radius of this button to be 10 instead of (the default) 5.
When I run the app, the corner radius appears to be 5 (or 0).
Is this a bug?
Is there a way to set the corner radius from the app?
Thanks for your feedback
Mark Tetrode
I have the following setup:
I have an activity where I have a couple of buttons set up. As I cannot select the color I want there, I set the color of the button in Activity_Create, as follows:
btnContactUs.Color = Colors.ARGB(128, 85, 103, 129)
In the designer, I have selected the corner radius of this button to be 10 instead of (the default) 5.
When I run the app, the corner radius appears to be 5 (or 0).
Is this a bug?
Is there a way to set the corner radius from the app?
Thanks for your feedback
Mark Tetrode