Hi all
I want to show a B4XView (button) with an icon and border.
My code is
Button1.SetColorAndBorder(Colors.green,2dip,Colors.Black,0dip)
Button2.SetColorAndBorder(Colors.White,2dip,Colors.Black,0dip)
Dim bmp As Bitmap
bmp.Initialize(File.DirAssets,"rx.png")...