`

BB横竖屏判断

 
阅读更多

以下内容Sinfrancis版权所有,专注请注明来自  http://mdev.cc/dev

 

在BB上当屏幕横过来或者是竖过去,都会调用manager或者screen或者field里面sublayout方法,如果不想横屏代码如下:


 protected void sublayout(int width, int height) {
super.sublayout(width, height);
Ui.getUiEngineInstance().setAcceptableDirections(
Display.ORIENTATION_PORTRAIT);

}
 
永远是竖屏模式
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics