Possible Duplicate:
Android - disable landscape mode?
I can't save position of view when orientation changes. I think it's because with orientation it also changes and I want that view stayed on the same position. For example of it was in the upper left corner of screen it stayed there and it doesn't matter what orientation of the device. I'm using some kind of Absolute layout. Because I need to manage few screens at the same time. So, i have x/y coordinate system. I think it's the main problem, but I can't solve it :(
I've attached images that you could see my problem. As you can see first screen is portrait mode and View is located in upper-left corner, but when I changed to landscape mode position of view is also changed to upper-right corner. And I need that position of view stayed always in left-upper corner.
Sorry to bad screen. I'm still developing of an application and can't provide better screens :)
Ps: If you need some code, just say what part of code do you need.