android安卓onCreate方法中获取控件宽度高度-成都创新互联网站建设

关于创新互联

多方位宣传企业产品与服务 突出企业形象

公司简介 公司的服务 荣誉资质 新闻动态 联系我们

android安卓onCreate方法中获取控件宽度高度

ViewTreeObserver vto = p_w_picpathView.getViewTreeObserver();   

创新互联2013年至今,先为六盘水等服务建站,六盘水等地企业,进行企业商务咨询服务。为六盘水企业网站制作PC+手机+微官网三网同步一站式服务解决您的所有建站问题。

vto.addOnGlobalLayoutListener(new OnGlobalLayoutListener() {

public void onGlobalLayout() {

p_w_picpathView.getViewTreeObserver().removeGlobalOnLayoutListener(this); 

int height=p_w_picpathView.getHeight();

int width =p_w_picpathView.getWidth();

}

});


分享文章:android安卓onCreate方法中获取控件宽度高度
当前链接:http://kswsj.cn/article/jjehih.html

其他资讯