android APK的屏幕方向

android:screenOrientation="portrait" 竖屏
android:screenOrientation="landscape" 横屏
android:screenOrientation="unspecified" 默认方向
 
  
 
  
 
  
 
  
android:screenOrientation="user" 用户当前选定的方向
 
  
 
  
 
  
 
  
 
  
android:screenOrientation="behind" 与活动堆栈下的相同
 
  
 
  
 
  
 
  
 
  
 
  
android:screenOrientation="sensor" 由方向传感器决定
 
  
 
  
 
  
 
  
 
  
 
  
 
  
 
  
 
  
 
  
 
  
 
  
android:screenOrientation="nosensor" 不管方向传感器,其它相当于unspecified决定








 

你可能感兴趣的:(android APK的屏幕方向)