i want to create using TableLayout and its generating problem like shown in below image-1 but i want to TableLayout like image-2.
i give my XML Code which i create.!
Image-1 , but i want to another Perfect output like next image

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you have to use nested Layout like i given below.
First : LinearLayout
Second : Take TableLayout in LinearLayout
set android:layout_length and android.layout_width as fill_parent.
i hope it can work as you want.