摘要: 主要在清单文件这样配置: 2、那么如何让屏幕横屏或者竖屏时对activity没有影响呢?应当这样配置: 阅读全文
posted @ 2016-03-17 22:13 zhongyinghe 阅读(2549) 评论(0) 推荐(1)
摘要: 1 _mediator = $mediator; 10 } 11 12 public function send($message){ 13 $this->_mediator->send($message, $this); 14 } 15 16 abstract public function noti... 阅读全文
posted @ 2016-03-17 17:03 zhongyinghe 阅读(290) 评论(0) 推荐(0)