Android屏幕設置只容許上下旋轉

android:screenOrientation = ["unspecified" | "behind" |
                                     "landscape" | "portrait" |
                                     "reverseLandscape" | "reversePortrait" |
                                     "sensorLandscape" | "sensorPortrait" |
                                     "userLandscape" | "userPortrait" |
                                     "sensor" | "fullSensor" | "nosensor" |
                                     "user" | "fullUser" | "locked"]android

帶sensor的都是會根據重力旋轉的。ci

相關文章
相關標籤/搜索