A abarnett Member Licensed User Longtime User Jan 14, 2022 #1 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)
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 A A abarnett Jan 14, 2022 abarnett said: 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) Click to expand... Solved. I was using an older version of the library
abarnett said: 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) Click to expand... Solved. I was using an older version of the library
A abarnett Member Licensed User Longtime User Jan 14, 2022 #2 abarnett said: 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) Click to expand... Solved. I was using an older version of the library Upvote 1 Solution
abarnett said: 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) Click to expand... Solved. I was using an older version of the library