Disable default animation from Portrait to Landscape

后端 未结 8 1155
庸人自扰
庸人自扰 2020-11-27 03:30

I have an app with several \'normal\' activities which can run on either landscape or portrait. They are designed for and mostly used on portrait.

This app has one s

8条回答
  •  Happy的楠姐
    2020-11-27 04:05

    If you want to set your activities in portrait mode only you can do it in your manifest file like this

     
         
             
             
         
     
    

提交回复
热议问题