Search code examples
androideclipselandscapescreen-rotation

App screen won't rotate both sides on landscape mode


I'm writing an application for android that runs on landscape mode. When i'm rotating my device on 180 degrees it stays the way it is. What can i do\change and where so it can run on both horizontal directions?


Solution

  • In Manifest add below code in activity you want to have both sides.

     android:screenOrientation="sensorLandscape"