I have Done One Layout in My Application Where i have TextView and in that i have to shown the Paragraph. now i9 have set all the contain in to the XML file as below code. But it cant seen the Whole text and the last line of the paragraph is cut. . . What i have to do for it ??
Help me. . . Thanks.
Code:
<LinearLayout
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:orientation="vertical"
>
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
>
<Button
android:layout_height="35dip"
android:layout_width="wrap_content"
android:text="1973"
android:textColor="#ffffff"
android:layout_marginTop="7dip"
android:background="@drawable/histry"/>
<TextView
android:layout_height="100dip"
android:layout_width="wrap_content"
android:textSize="12px"
android:layout_marginLeft="5dip"
android:singleLine="false"
android:text="Tony Collier, a cook at the Grandview Foundation in Pasadena, begins collecting and distributing food. Collier receives more food donations from local businesses than anticipated and he shares the food with other organizations helping the hungry. Collier begins the first search for a larger facility by moving the small operation into a two-car garage."/>
</LinearLayout>
</LinearLayout>
Check this
i tried what you needed its just simple