Android Question Outline B4XFloatField text

coldflame

Member
Please how can i outline the B4XFloatField text textbox. I want to achieve something like this
Screenshot_20200913-091034.png
 

Mahares

Expert
Licensed User
Longtime User
Please how can i outline the B4XFloatField text textbox.
Did you try something simple like this:
B4X:
B4XFloatTextField1.TextField.SetColorAndBorder(Colors.cyan,10dip,Colors.Red,5dip)  'change colors as you wish
or use this library, as it seems to cater to your needs:
 
Upvote 0
Top