본문 바로가기
[ Program ]/Android

안드로이드 view 배경색 가져오기

by 관이119 2017. 9. 6.





ColorDrawable cd = (ColorDrawable) textView.getBackground();
int colorCode = cd.getColor();


댓글