安卓之如何设置宽屏横屏
在AndroidManifest.xml中对Activity属性进行设置
android:screenOrientation="landscape"表示始终横屏,
android:screenOrientation="portrait"表示始终竖屏
每天积累一点,离成功就近一点
在AndroidManifest.xml中对Activity属性进行设置
android:screenOrientation="landscape"表示始终横屏,
android:screenOrientation="portrait"表示始终竖屏