본문 바로가기
안드로이드 코드

20201228 EditText 밑줄 없애기 (java코드)

by 우딬 2020. 12. 28.

 

밑줄 없애기

edittext.setBackgroundTintList(ColorStateList.valueOf(Color.WHITE));

 

검정 밑줄 다시 만들기

edittext.setBackgroundTintList(ColorStateList.valueOf(Color.BLACK));

댓글