Android 屏幕显示方向以及消除重力感应影响
摘要:在manifest中添加设置//设置游戏显示方向android:screenOrientation="portrait" //消除重力感应影响,可以解决手机换方向后导致Activity重启的问题android:configChanges="orientation|keyboardHidden|navigation"
阅读全文
posted @ 2010-11-12 12:13
posted @ 2010-11-12 12:13