普通的DanmakuView
, 支持右至左滚动, 左至右滚动, 顶部, 底部弹幕, 高级弹幕, 可自定义弹幕(继承Danmaku
类或LineDanmaku
类), 比没得用好
见sample
- 二次改变大小后不重绘
- Add it in your root
build.gradle
at the end of repositories:
allprojects {
repositories {
//...
maven { url 'https://jitpack.io' }
}
}
- Add the dependency
dependencies {
implementation 'com.github.duzhaokun123:DanmakuView:$LastVersion'
}
nuck 在点击事件上的帮助