Can anyone tell me how to create layout like that? I have problem with the middle element.

Can anyone tell me how to create layout like that? I have problem with
Share
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.
Do you need just the middle view or the three of them?
For the former, just create a view with 60dp padding in the left and right sides.
For the latter, create the edge views, fixed, with 60dp width, and for the middle one, set the following attributes: 0dp of layout_width, and 1 of layout_weight.
And put all these Views inside a LinearLayout.