Re: [android-developers] Is there any way to know a view's height and width before it is really shown on screen?

2012-08-02 Thread Dianne Hackborn
The very first time anyone knows its size is when onSizeChanged() is called. On Thu, Aug 2, 2012 at 7:21 AM, Fang wrote: > Hi Android Developers, > > As a request of a function in my app, I need to know a view's height and > width before it's really shown on screen. > Here I want to know whether

[android-developers] Is there any way to know a view's height and width before it is really shown on screen?

2012-08-02 Thread Fang
Hi Android Developers, As a request of a function in my app, I need to know a view's height and width before it's really shown on screen. Here I want to know whether it is possible? If yes, then how about the performance? Thanks in advance. Regards, Fang -- You received this message because