Problem with EditText background (android)

后端 未结 8 1481
执笔经年
执笔经年 2020-12-09 00:14

I have a problem with EditText background like this



        
8条回答
  •  南方客
    南方客 (楼主)
    2020-12-09 00:20

    You don't need to create the image. There is a built in image in the android system that you can use.So edit your EditText in xml as following;-

    
    
    

    Note this line : android:background="@android:drawable/editbox_background_normal"

提交回复
热议问题