作者热门文章
- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我需要知道屏幕方向
userPortrait
和portrait
的真正区别。什么时候用什么?
什么时候?
android:screenOrientation="portrait"
什么时候?
android:screenOrientation="userPortrait"
最佳答案
"portrait" Portrait orientation (the display is taller than it is wide).
和
"userPortrait"
Portrait orientation, but can be either normal or reverse portrait based on the device sensor and the user's sensor preference. If the user has locked sensor-based rotation, this behaves the same as portrait, otherwise it behaves the same as sensorPortrait. Added in API level 18.
检查 http://developer.android.com/guide/topics/manifest/activity-element.html
关于android - screenOrientation portrait 和 userPortrait 有什么区别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23371766/
我需要知道屏幕方向 userPortrait 和portrait 的真正区别。什么时候用什么? 什么时候? android:screenOrientation="portrait" 什么时候? a
我是一名优秀的程序员,十分优秀!