fbritop Active Member Licensed User Apr 26, 2019 #1 Is it posible to remove the underline (the one that changes color on focus) below the text in the B4XFloatTextField? Thanks FBP
Is it posible to remove the underline (the one that changes color on focus) below the text in the B4XFloatTextField? Thanks FBP
Erel Administrator Staff member Licensed User Apr 28, 2019 #2 This is how the native EditText looks in Android. You can replace the view background with: B4X: B4XFloatTextField1.TextField.Color = xui.Color_Transparent
This is how the native EditText looks in Android. You can replace the view background with: B4X: B4XFloatTextField1.TextField.Color = xui.Color_Transparent