메뉴 건너뛰기

조회 수 6748 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
Drawable temp = imageview.getDrawable();
Drawable temp1 = mContext.getResouce().getDrawable(R.drawable.icon);

Bitmap tmpBitmap = ((BitmapDrawable)temp).getBitmap();
Bitmap tmpBitmap1 = ((BitmapDrawable)temp1).getBitmap();

if(tmpBitmap.equals(tmpBitmap1) {
...
}

하단 정보를 입력할 수 있습니다

© k2s0o1d4e0s2i1g5n. All Rights Reserved