Hello all,
I have put an image to a Imageview (Dim as B4xview). But when i try to set the radius of the imageview with the followings:
MyImageView.SetColorAndBorder(xui.Color_White,1dip,xui.Color_Blue,30dip)
I got the radius drawn on the image view...but the image became white. I even tried :
MyImageView.SetColorAndBorder(xui.Color_Transparent,1dip,xui.Color_Blue,30dip)... now the image is lost.
How can I set the radius of the imageview but maintain the image?
Thanks
I have put an image to a Imageview (Dim as B4xview). But when i try to set the radius of the imageview with the followings:
MyImageView.SetColorAndBorder(xui.Color_White,1dip,xui.Color_Blue,30dip)
I got the radius drawn on the image view...but the image became white. I even tried :
MyImageView.SetColorAndBorder(xui.Color_Transparent,1dip,xui.Color_Blue,30dip)... now the image is lost.
How can I set the radius of the imageview but maintain the image?
Thanks