Text aligns fine on my Nexus but on the samsung s3 its cut off at the top as p[er picture below.
What am i doing wrong??
What am i doing wrong??
B4X:
txtContactName.Initialize("txtContactName")
txtContactName.TextSize = 20
txtContactName.TextColor = Colors.Black
txtContactName.Gravity = Gravity.LEFT + Gravity.BOTTOM
txtContactName.Text = ""
txtContactName.Background=cd
Activity.AddView(txtContactName, 5%x, 20%y, 85%x, 5%y)