जब मैं एक परिभाषित 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" />