Thank youjust make sure that the height and width are the same like
btn1.height = 10%x (use %)
btn1.width = 10%x (use also x for the width to get a square)
now set the radius to 5%x (half of the width)
you should now get a circle on any device.
regards, ilan
You should avoid using normal values for view sizes, in all cases. Use dip and your views have (almost) the same size on all devices.I use 50 not 50dip
I adjust to View's width and height (Radius = View1.Width / 2)Also to note, any radius bigger than the half of the bigger side(x or y) will render to as if it was set to its half