N Nicolás Cieri Active Member Licensed User Feb 13, 2020 #1 How can I change the border of the FloatLabeledEditText?? 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.
How can I change the border of the FloatLabeledEditText?? 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.
Erel B4X founder Staff member Licensed User Longtime User Feb 14, 2020 #2 Moved to the questions forum. Try: srctText.mBase.SetColorAndBorder. Upvote 0