반응형
1 2 3 4 5 6 7 | ImageView iv = (ImageView) findViewById(R.id.iv); ImageView iv2 = (ImageView) view.findViewById(R.id.iv2); BitmapDrawable bitmapDrawable = (BitmapDrawable) iv.getDrawable(); Bitmap bitmap = bitmapDrawable.getBitmap(); iv2.setImageBitmap(bitmap); http://colorscripter.com/info#e" target="_blank" style="color:#e5e5e5text-decoration:none">Colored by Color Scripter | http://colorscripter.com/info#e" target="_blank" style="text-decoration:none;color:white">cs |
iv에 있는 이미지를 iv2로 가져오기
반응형
'IT Study > Android' 카테고리의 다른 글
[Android] 안드로이드 APK 분석 툴(디컴파일) jadx (0) | 2020.03.25 |
---|---|
[Android] 동적으로 레이아웃 추가하기 - HorizontalScrollView, Glide (0) | 2020.02.27 |
SHA-1 키 값 구하기 - 안드로이드 스튜디오 (0) | 2020.02.21 |
[Android] 안드로이드 타이틀 바 / 상태 바 제거하기 (0) | 2020.02.19 |
[Android] SHA 키 값 구하기 ERROR:Invalid Key Hash - Facebook Login API (0) | 2020.02.13 |
댓글