i want to make my application only in landscape in android

前端 未结 5 574
Happy的楠姐
Happy的楠姐 2020-12-08 02:19

I want to make my app work only in landscape mode but can\'t make it work. I have given screenOrientation = \"landscape\" even though the first page will be in

5条回答
  •  执笔经年
    2020-12-08 02:38

    Keep this part of the manifest as it already is. For example, consider the IntroHome activity.

    
    
    

    And for the activity XML, make sure you have the IntroHome activity layout XML only in the layout-land folder. This way, the activity / activities you have will only show the the landscape version of the XML that you have defined.

提交回复
热议问题