android里将ImageView的layout_width设置成match_parent不起作用 50
推荐于2016-05-30 · 知道合伙人互联网行家
关注
展开全部
<ImageView
android:id="@+id/imgView_shouye_zone_dream"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/shouye_zone_top"
android:scaleType="fitXY"/>
因为ImageView的scaletype 默认是matrix的
android:id="@+id/imgView_shouye_zone_dream"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/shouye_zone_top"
android:scaleType="fitXY"/>
因为ImageView的scaletype 默认是matrix的
追问
现在确实变宽了 但变形了 请问怎么让它的高也成比例的变?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询