How to fix layout orientation to vertical?

前端 未结 7 1559
自闭症患者
自闭症患者 2021-01-31 06:51

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

7条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-31 07:33

    If you want to freeze orientation at runtime, then you you can implement this:

    Android: Temporarily disable orientation changes in an Activity

    I use a similar approach and it works perfectly.

提交回复
热议问题