With regard to EditText View, it seems that using Gravity with Hint Text causes the Hint Text to be obscured somehow. I cannot see that I have done anything wrong and have tried it in reverse order to no avail.
Removing Gravity cures the problem.
Any suggestions please or is it a bug?
Removing Gravity cures the problem.
Any suggestions please or is it a bug?
B4X:
eName.Initialize("")
eName.Hint="Enter Name"
eName.Gravity=Gravity.CENTER