background color를 가져오기 위해 인터넷을 뒤져봤더니
view.getBackground()를 PaintDrawable나 BitmapDrawable로 cast하면 된다고 되있는데..
저는 다 ClassCastException이 발생하네요..;;;
Drawable을 PaintDrawable나 BitmapDrawable로 cast가 않되는거 같아요.. 혹시 다른 방법으로 background color를 가져오는 방법이 있을까요??
SDK버전은 2.1입니다.