LyricView icon indicating copy to clipboard operation
LyricView copied to clipboard

[NO LONGER SUPPORTED]Android multifunctional lyric view

Results 5 LyricView issues
Sort by recently updated
recently updated
newest added

Hello , there's a problem when i use arabic lyrics , the lyrics goes to the right of the screen and a small part is shown of the end of...

java.lang.IllegalArgumentException: Layout: -22 < 0 at android.text.Layout.(Layout.java:253) at android.text.StaticLayout.(StaticLayout.java:499) at android.text.StaticLayout.(StaticLayout.java:482) at android.text.StaticLayout.(StaticLayout.java:468) at android.text.StaticLayout.(StaticLayout.java:455) at com.lauzy.freedom.library.LrcView.getTextHeight(LrcView.java:347) at com.lauzy.freedom.library.LrcView.getItemOffsetY(LrcView.java:334) at com.lauzy.freedom.library.LrcView.scrollToPosition(LrcView.java:302) at com.lauzy.freedom.library.LrcView.access$200(LrcView.java:38) at com.lauzy.freedom.library.LrcView$1.run(LrcView.java:289) at android.view.Choreographer$CallbackRecord.run(Choreographer.java:966) at android.view.Choreographer.doCallbacks(Choreographer.java:790) at...

Always first line is highlight when load the LrcView. I don't want to highlight the first line when the view load it should be highlight when the the time come....

is there any solution to add typing effect on current play line?

在调用setEmptyContent方法设置默认显示值的时候,它并没有产生符合预期的结果,依旧显示的是“empty”, 我查看代码 public void setLrcData(List lrcData) { resetView(DEFAULT_CONTENT); mLrcData = lrcData; invalidate(); } 它总是以DEFAULT_CONTENT来重设视图,而不是mDefaultContent。