When I define TextView
in xml
how do I Add it to a new line? \ n
is not working.
& lt; TextView Android: id = "@ + id / txtTitlevalue" Android: text = "Line1: \ n-Line2 \ N-Line3" Android: layout_width = "54dip" Android: layout_height = "fill_parent" android: textSize = "11px" / & Gt;
Do not trust the visual editor. Your code works in emu.
Comments
Post a Comment