
That will be listview row.
Orange background is btn_default_small_selected:
android:background="@drawable/btn_default_small_selected"
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.
Something like this should get you close. Basically, you’ll define the orange box first. You just need a NinePatch for the orange gradient to set as the TextView background. Give it some margins (to keep the orange away from the edges), and some padding (to keep the text away from the edge of the orange box). Then add the TextView for “Palace”, and align it to the left, and set the right edge “toLeftOf” the first TextView.
EDIT:
NinePatch:
