解决方法有两种:
1.换个思路,设置margin值
android:layout_marginRight="5dip"
2.非得使用padding这个属性,也是有办法的,只需加上android:cropToPadding="true"
<ImageView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_weight="1"
android:contentDescription="@string/test"
android:padding="1dp"
android:src="@drawable/some_photo"
android:cropToPadding="true"
android:scaleType="centerCrop" />
你试试这两种方式吧,应该都能解决你的问题。
遇到问题多问问,不要骂人,问题总有解决方法的,也可以放松一下,玩一会,再来看问题,也许就so easy。
文章评论
你的博客让人流连忘返!
bing took me here. Cheers!