orderTime.post(new Runnable() { @Override public void run() { System.out.println("高"+orderTime.getHeight()); System.out.println("宽"+orderTime.getWidth()); } });其中,orderTime是一个TextView。当然,这里只是一个例子,对于其他的View,想要在onCreate()方法中获取到宽高,就需要使用这个方法。
如何在onCreate()方法中,获取得到控件的宽度和高度?小意思!
原文地址:http://blog.csdn.net/wuzhipeng1991/article/details/43053793