ThePuiu Active Member Licensed User Longtime User Jul 17, 2020 #1 How can I change the bottom border color for a B4XFloatTextField? (B4A and B4I) Thak you!
M Mahares Expert Licensed User Longtime User Jul 17, 2020 #2 ThePuiu said: How can I change the bottom border color for a B4XFloatTextField? Click to expand... 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 292 bytes · Views: 110 Upvote 0
ThePuiu said: How can I change the bottom border color for a B4XFloatTextField? Click to expand... 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]
Erel B4X founder Staff member Licensed User Longtime User Jul 19, 2020 #3 Use this code: https://www.b4x.com/android/forum/threads/change-edittext-colors.87653/#content pass ft.TextField. Tip: if this is a password field then you will need to disable the reveal button. Upvote 0
Use this code: https://www.b4x.com/android/forum/threads/change-edittext-colors.87653/#content pass ft.TextField. Tip: if this is a password field then you will need to disable the reveal button.