How to Disable landscape mode in Android?

前端 未结 30 3065
Happy的楠姐
Happy的楠姐 2020-11-22 13:45

How can I disable landscape mode for some of the views in my Android app?

30条回答
  •  借酒劲吻你
    2020-11-22 14:02

     
    
        
    
    
        
            
    
                
                    
    
                    
                
            
        
    
    
    

    we can restrict the Activity in portrait or landscape mode by using the attribute or android:screenOrientation.

    if we have more than one activity in my program then you have freedom to restrict any one of activity in any one the mode and it never effect the others which you don't want.

提交回复
热议问题