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