How can I make a table with a round border, similar to the photo below, in Android?

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.
I think Androidbase linked to the wrong question… he asked a similar question recently, and here’s the answer I gave him:
You can put a coloured background with rounded corners into a table by using a Shape background. Create such a shape in an XML file, put in your drawables folder.
For example the above creates a semi-transparent white background with 30px rounded corners. You set this to the table by using
in the XML file where you defined your table layout.