La etiqueta de texto solo me muestra una línea quisiera saber como mostrar varias lineas para textos muy extensos
Place your label inside a vertical scrolling arrangement, if you have text bigger than the screen height.
If you mean a textbox, then set the textbox to multiline in the designer.
Set the length of your label to 'fill parent' and not 'automatic'. Also, set the width to be 'automatic'.
Try with \n
one\ntwo\nthree
thanks a lot
thank you so much