เมื่อฉันกำหนด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" />