I have added a button by code and I can see the button and the click event is working but I cannot see any text. What am I missing?
B4X:
wvhelpbtn.Initialize("wvhelpbtn")
wvhelpbtn.Text = "Back"
wvhelpbtn.TextColor = Colors.LightGray
wvhelpbtn.Color = Colors.Black
Activity.AddView(wvhelpbtn,0,90%y,100%x,99%y)