i have a design which demands a background like the image below for the number on the right hand side. Is there any we can achieve this in Android ?

Will i need to make a 9 patch image and set it as a background ?
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.
First, create a shape to have rounded corners.
Then apply this as the background to your Views:
You may need to do some tweaking. You may even be able to discard the
LinearLayoutand set theandroid:backgroundof theTextViewto@drawable/rounded_edges