6.控件—ImageView6.控件—ImageView ImageView 只能加载本地图片 <ImageView android:src="@drawable/logo" android:layout_width="200dp" android:layout_height="200dp" />