I have a button that at the time of design applies the property BorderWidth = 1 and BorderColor = FFF9F9F9.
This is perfect until at run time I apply color to the bottom of the button!
Is it possible to prevent this from happening?
or
Is it possible to set the edge property at run time?
This is perfect until at run time I apply color to the bottom of the button!
B4X:
Dim AC As AppCompat
Button1.Color= AC.GetThemeAttribute("colorAccent")
Is it possible to prevent this from happening?
or
Is it possible to set the edge property at run time?