Search code examples
androidandroid-orientation

How to fix layout orientation to vertical?


How to fix layout orientation to portrait and do not allow changing from portrait to landscape during run time?


Solution

  • In your AndroidMainfest.xml file find the tags of the activities you wish to lock to a given rotation, and add this attribute:

    android:screenOrientation="portrait"