Android Question B4XView Set Border

mkh_fx

Member
Licensed User
Longtime User
how to set border to B4XView

in b4a i used ColorDrawable but in b4i ?
 

Mahares

Expert
Licensed User
Longtime User
how to set border to B4XView
In B4A I can use this. I presume you have something similar in B4i although this is the B4A forum:
B4X:
Dim ll As B4XView =Label2
    ll.SetColorAndBorder(XUI.Color_RGB(234,34,165),5dip,XUI.Color_Green,10dip)
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…