I want a png-picture displayed with round corners and a colored border.
So, I picked B4XImageView as view type. And as this view is made of a panel named mBase, I tried:
But there was no effect at all. Do I miss something?
So, I picked B4XImageView as view type. And as this view is made of a panel named mBase, I tried:
B4X:
Private myImage As B4XImageView
.
myImage.Load(File.DirAssets, my_png_pic)
myImage.mBase.SetColorAndBorder(Colors.Cyan, 1%y, Colors.Magenta, 5%y)
But there was no effect at all. Do I miss something?