Android Question B4XFloatTextField - change bottom border color

ThePuiu

Active Member
Licensed User
Longtime User
How can I change the bottom border color for a B4XFloatTextField? (B4A and B4I)
Thak you!
 

Mahares

Expert
Licensed User
Longtime User
How can I change the bottom border color for a B4XFloatTextField?
Something like this with the attached bitmap file, although there may be something better:
B4X:
'ft is B4XFloatTextField
 ft.TextField.SetBitmap(LoadBitmap(File.DirAssets, "myline.png"))[.code]
 

Attachments

  • myline.png
    myline.png
    292 bytes · Views: 110
Upvote 0
Top