본문 바로가기

안드로이드

안드로이드 java코드에서 textview 색상 변경하기

TextView.setTextColor(Color.parseColor("#e65d5d")); "#e65d5d" 부분에 원하는 색상을 넣으면된다./