android获取布局的高高度和宽度的问题?
RelativeLayoutimageback=(RelativeLayout)findViewById(R.id.screen);intw=imageback.getW...
RelativeLayout imageback=(RelativeLayout)findViewById(R.id.screen);
int w=imageback.getWidth();
int h=imageback.getHeight();
同样是获取布局的高度和宽度,
为什么在onCreate中就获取不到,
但是卸载按钮响应中就可以? 展开
int w=imageback.getWidth();
int h=imageback.getHeight();
同样是获取布局的高度和宽度,
为什么在onCreate中就获取不到,
但是卸载按钮响应中就可以? 展开
2014-03-27
展开全部
imageback.post(new Runnable(){
run(){
int w = imageback.getWidth().
}
})
只有在View执行完measure之后,才会有width和height
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询