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
Now, in which element you want to use this shape just add: android:background="@drawable/custom_round_ui_shape"
android:background="@drawable/custom_round_ui_shape"
Create a new XML in drawable named "custom_round_ui_shape"