How can I change the border of the FloatLabeledEditText??
The SetBorder not work
Maybe something like this..
But not work.. how can I set this property?
Thanks a lot.
The SetBorder not work
Maybe something like this..
B4X:
Dim no As NativeObject = srchTxt
no.SetField("floatingLabelBorderColor", no.ColorToUIColor(Colors.Red))
But not work.. how can I set this property?
Thanks a lot.