I have an activity which should always be displayed in Landscape mode. So i added android:screenOrientation="landscape".
But the problem is when I rotate the device by 180 degrees, the display is inverted. is there a way to handle this issue so that the screen elements are always shown correctly.?
So just for everyone information, this is what i did.
This way my screen is always positioned correctly even if user holds the device upside down.