1,如果图片宽度不够但希望它能够横向铺满
设置为
android:layout_width="match_parent" android:layout_height="wrap_content" android:scaleType="fitXY"
Done!