2015年4月22日 星期三

【Android】螢幕顯示模式 ScreenOrientation


在activity裡設置 android:screenOrientation的值:

1. android:screenOrientation:

1. unspecified(預設值,由系統判斷狀態自動切換)
2. portrait (豎屏)
3. landscape (橫屏)
4. user (用戶當前設置的orientation值)
5. behind(下一個要顯示的Activity的orientation值)
6. sensor(感測器的方向)
7. nosensor(不使用感測器,這個效果差不多等於unspecified)

沒有留言:

張貼留言