Android Question [B4XFloatTextField] Background and border not showing

abarnett

Member
Licensed User
Longtime User
Have this in the activity_create Sub but the textfield background is still transparent

B4X:
    txfUserName.mBase.SetColorAndBorder(Colors.LightGray,1dip,Colors.DarkGray,3dip)
    txfPassword.mBase.SetColorAndBorder(Colors.LightGray,1dip,Colors.DarkGray,3dip)
 
Solution
Have this in the activity_create Sub but the textfield background is still transparent

B4X:
    txfUserName.mBase.SetColorAndBorder(Colors.LightGray,1dip,Colors.DarkGray,3dip)
    txfPassword.mBase.SetColorAndBorder(Colors.LightGray,1dip,Colors.DarkGray,3dip)
Solved. I was using an older version of the library

abarnett

Member
Licensed User
Longtime User
Have this in the activity_create Sub but the textfield background is still transparent

B4X:
    txfUserName.mBase.SetColorAndBorder(Colors.LightGray,1dip,Colors.DarkGray,3dip)
    txfPassword.mBase.SetColorAndBorder(Colors.LightGray,1dip,Colors.DarkGray,3dip)
Solved. I was using an older version of the library
 
Upvote 1
Solution
Top