我只对我的应用程序使用肖像画。我的应用程序在所有设备上都能正常工作。只有10英寸的-Tablets是颠倒的,这怎么可能呢?
发布于 2015-11-06 12:53:22
尝试使用android:screenOrientation="sensorPortrait"而不是android:screenOrientation="Portrait"。
android:screenOrientation="sensorPortrait"
android:screenOrientation="Portrait"
https://stackoverflow.com/questions/33567211
相似问题