ViewTreeObservervto=p_w_picpathView.getViewTreeObserver();vto.addOnGlobalLayoutListener(newOnGlobalLayoutListener(){ publicvoidonGlobalLayout(){ p_w_picpathView.getViewTreeObserver().removeGlobalOnLayoutListener(this); intheight=p_w_picpathView.getHeight(..
分类:
移动开发 时间:
2016-10-10 16:55:09
阅读次数:
197
真是日*狗,即便你跳转到别的Activity,其余的代码一样执行
首先做实验,证明它就是这样发生的
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
...
分类:
其他好文 时间:
2015-08-09 17:07:49
阅读次数:
261