文件名称:Android代码-LyricView:歌词Textview
文件大小:96KB
文件格式:ZIP
更新时间:2022-08-25 23:30:10
Android代码
LyricView Android LyricView that accepts lrc stream as input, it is used in my project LyricHere. This library offers a simple view that accepts lrc stream as input, shows lyric and automatically move according the timestamp of each sentence in lyric. It also supports scroll gesture. Usage dependencies { compile 'cn.zhaiyifan:lyricview:1.0.1' } mLyricView = (LyricView) findViewById(R.id.lyricView); // You can call setLyric anytime to change the lyric to another mLyricView.setLyric(LyricUti
【文件预览】:
LyricView-master
----lib_lyricview()
--------src()
--------gradle.properties(658B)
--------gradle-mvn-push.gradle(4KB)
--------.gitignore(7B)
--------build.gradle(518B)
--------proguard-rules.pro(645B)
----gradlew(5KB)
----settings.gradle(33B)
----LICENSE(11KB)
----gradle()
--------wrapper()
----README.md(1KB)
----gradlew.bat(2KB)
----gradle.properties(855B)
----.gitignore(342B)
----app()
--------src()
--------.gitignore(7B)
--------build.gradle(630B)
--------proguard-rules.pro(645B)
----build.gradle(436B)