Hi, I noticed that when my app is onscreen and the device goes into
standby (black screen) and the device gets out of the standby the View
(layout) will be moved a couple of centimeter downwards so that the
last couple of centimeters of the View actually will "fall
offscreen".. The Activity itself is declared as being

android:screenOrientation="portrait"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"

After some more in-depth research, or actually just looking at it, I
noticed that the amount of movement (the height of it) actually looks
a lot like the height that the statusnoticebar should take. Anyone
ever experienced this and/or anyone got a solution for it ? Also how
should I force a redraw of the whole screen when it comes out of the
standby mode ? I tried placing a MainLayout.ForceLayout() in the
onResume() method but that didnt work at all :(

-- 
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