imageview1 [Android] 이미지 뷰의 이미지를 다른 이미지 뷰로 가져오기 1234567ImageView 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 Scripterhttp://colorscripter.com/info#e" .. 2020. 3. 30. 이전 1 다음