H hmagday Member May 13, 2020 #1 Is there a way to remove the line below the B4XFloatTextField? Last edited: May 13, 2020
Erel B4X founder Staff member Licensed User Longtime User May 13, 2020 #2 This is how EditText looks in Android. You can use this code to make it transparent: https://www.b4x.com/android/forum/threads/change-edittext-colors.87653/#content You need to pass B4XFloatTextField.TextField. Note that if you are using a password field then you will need to disable the "reveal" feature. Upvote 0
This is how EditText looks in Android. You can use this code to make it transparent: https://www.b4x.com/android/forum/threads/change-edittext-colors.87653/#content You need to pass B4XFloatTextField.TextField. Note that if you are using a password field then you will need to disable the "reveal" feature.