I need to draw a rounded rectangle in the Android UI. Having the same rounded rectangle for TextView and EditText would also be helpful.
TextView
EditText
You could just define a new xml background in the drawables folder
After this just include it in your TextView or EditText by defining it in the background.