Когда я определяю TextView
ин xml
, как добавить новую строку к нему? \n
Кажется, не работает.
<TextView
android:id="@+id/txtTitlevalue"
android:text="Line1: \n-Line2\n-Line3"
android:layout_width="54dip"
android:layout_height="fill_parent"
android:textSize="11px" />