If I change the background color of my EditText using the below code, it looks like the box is shrunken and it doesn\'t maintain the ICS theme of a blue bottom
EditText
Here the best way
First : make new xml file in res/drawable name it rounded_edit_text then paste this:
xml
res
drawable
rounded_edit_text
Second: in res/layout copy and past following code (code of EditText)