본문 바로가기
프로그래밍/Android(Java)

[Android] Bitmap을 Drawable로 바꾸는 방법

by 쿼카퀀트 2019. 9. 29.
728x90
Drawable drawable = new BitmapDrawable(getResources(),bitmap);
728x90

댓글