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
Solved. I was using an older version of the library

abarnett

Member
Licensed User
Longtime User
Solved. I was using an older version of the library
 
Upvote 1
Solution
Cookies are required to use this site. You must accept them to continue using the site. Learn more…