ImageView iv = (ImageView)linearLayout.findViewById(R.id.iv01);    //선언
iv.setImageResource(R.drawable.img01);    //이미지 가져오기


+ Recent posts