El cuadro de texto no me deja ver lo que se escribe aunque aumente su altura¿qué debo hacer?

Hi, I have done an app where the usuary has to write into the text square, but when the usuary try to do, doesn't possible to see because the letter is cut. This problem there isn't when I tested with the movil only when thw app is generated.
I need support to solve this big problem.
Thanks

Did you set the width of the textbox to fill parent?

Taifun

Other possible reasons:

  • Textbox Height isn't enough for font size
  • Textbox needs to have vertical alignment set to center
  • Textbox needs multiline attribute turned on

Hi
The Textbox height was 4% and font size 20 pt.
When I was testing with the phone online there wasn´t problem the text could see correctly but when I generated the app then appeared the problem, it was not possible to see anything that I was writting.

Then I change the the values hight to 50 px with the same font size 20 pt , the big width box but not fill parent, vertical aligment set to center and I did two tryes with multiline and without and the result was the same.
Now I will try fill parent and multiline to see if with all this the problem will be resoult.
Thanks

I have got it.

Thank you very much.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.