android .9图影响view大小,[Android开发] 代码code设置9.png/9

阅读: 评论:0

android .9图影响view大小,[Android开发] 代码code设置9.png/9

android .9图影响view大小,[Android开发] 代码code设置9.png/9

因为需求的缘故,需要对liview显示项做黑白相间的处理:

其实就是在函数public View getView(int position, View convertView, ViewGroup parent)

中,加上:

if(position %2==0) {

convertView.setBackgroundResource(R.drawable.list_gray_9);

} else{

convertView.setBackgroundResource(R.drawable.list_white_9);

}

可是,正如上述代码可见,我加入的是9-patch图片,直接导致我的convertView中的内容无法正常显示了。

这可怎么办呢?我在xml中直接设置9-patch给一个layout什么的,都是正常显示呀,这个怎么就出问题了呢?

问题在于以下函数:

public void setBackgroundResource (int resid) Set the background to a given resource. The resource should refer to a Drawable object or 0 to remove the background.

也就是说,其实

setBackgroundResource接着调用的应该是:setBackgroundDrawable函数,让我们看看setBackgroundDrawable的描述:

public void setBackgroundDrawable (Drawable d) Since: API Level 1 Set the background to a given Drawable, or remove the background. If the background has padding, this View's padding is set to the background's padding. However, when a background is removed, this View's padding isn't touched. If setting the padding is desired, please use setPadding(int, int, int, int).Parametersd The Drawable to use as the background, or null to remove the background

也就是说,因为9-patch有自己的padding,所以convertView自己的padding被覆盖了!那可咋办呢?

其实知道这个了就很简单了,只要在代码setBackgroundResource之后加上(Remember:一定是这句之后!)一句:

convertView.setPadding(left, top,right, bottom);

就可以解决问题了~

是不是挺奇怪的,其实很多时候我们有些问题解决不了是因为不了解其内部机制(当然有些时候其内部机制稍显怪诞),只要了解了,便可以应用自如了。

希望各位能从我的文章中找到有用的东西~~~

本文发布于:2024-02-02 16:41:25,感谢您对本站的认可!

本文链接:https://www.4u4v.net/it/170686328545086.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:大小   代码   android   view   Android
留言与评论(共有 0 条评论)
   
验证码:

Copyright ©2019-2022 Comsenz Inc.Powered by ©

网站地图1 网站地图2 网站地图3 网站地图4 网站地图5 网站地图6 网站地图7 网站地图8 网站地图9 网站地图10 网站地图11 网站地图12 网站地图13 网站地图14 网站地图15 网站地图16 网站地图17 网站地图18 网站地图19 网站地图20 网站地图21 网站地图22/a> 网站地图23