lfh1991

Results 2 comments of lfh1991

@ @paul1992li 按照你说的方法修改了源码后,弹幕还是会追尾,而且设置 danmaku.priority = 1;后,最大行数失效了。。

我只是在你的demo上小小的改动了一下,改动的地方只有MainActivity,其他都是你的原代码。 ``` protected void onCreate(Bundle savedInstanceState) { .... new Thread() { @Override public void run() { super.run(); while (true) { for (int i = 0; i < 20; i++) {...