If you are correctly using layout managers, a relayout of the view hierarchy
will happen and the view will be given whatever size the layout managers now
decide it should have.

On Wed, Jun 17, 2009 at 7:47 AM, Alex <[email protected]> wrote:

>
> Hi,
>
> Is the view aware of the orientation change in order to return updated
> size after a change in orientation? I'm handling the orientation
> myself (android:configChanges="orientation|keyboardHidden"). Does it
> means that I have to take into account the orientation state when
> querying for view.getHeight()? The view returns the same value as
> before the orientation change. It this the normal behavior or I should
> "notify" somehow the view to "refresh" its size.
>
> Thanks.
>
> >
>


-- 
Dianne Hackborn
Android framework engineer
[email protected]

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to