1.ImageView 1.1代码显示 ImageView img = findViewById(R.id.img); img.setImageResource(R.drawable.apple); 1.2XML <ImageViewandroid:layout_wi...