Change background color of edittext in android

前端 未结 10 1610
一个人的身影
一个人的身影 2020-12-25 12:00

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

10条回答
  •  醉梦人生
    2020-12-25 12:10

    Here the best way

    First : make new xml file in res/drawable name it rounded_edit_text then paste this:

    
    
        
        
    
    

    Second: in res/layout copy and past following code (code of EditText)

    
        
    
    

提交回复
热议问题