How would I go about creating the following layout using tablelayout? Column spanning is straightforward, but I haven’t found any clear guidance on row spanning.

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.
try this one… You can use the layout_weight property to achieve what you are trying to do..
the below layout will have the layout as shown by you in the above picture..
In the above code replace the view with the one that you want over there…