显示弹幕控件(目前支持BiliBili)
支持的弹幕类型:
-
滚动弹幕
-
顶部弹幕
-
底部弹幕
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
dependencies {
compile 'com.github.lh123:DanmakuView:1.0'
}