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
This is my working solution
View view = new View(getApplicationContext()); view.setBackgroundResource(R.color.background); myEditText.setBackground(view.getBackground());