# android-lrc-view-oyp **Repository Path**: ouyangpengdev/android-lrc-view-oyp ## Basic Information - **Project Name**: android-lrc-view-oyp - **Description**: Android自定义View来实现解析lrc歌词并同步滚动、上下拖动、缩放歌词、高亮歌词、卡拉OK高亮歌词等功能 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-03-23 - **Last Updated**: 2024-04-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [TOC] >版权声明:本文为【欧阳鹏】原创文章,欢迎转载,转载请注明出处! 【http://blog.csdn.net/ouyang_peng/article/details/50813419】 要了解具体实现过程,请查看博客 + [【我的Android进阶之旅------>Android自定义View来实现解析lrc歌词并同步滚动、上下拖动、缩放歌词的功能】](http://blog.csdn.net/ouyang_peng/article/details/50813419) # 效果图 图1、同步滚动歌词 ![](https://github.com/ouyangpeng/android-lrc-view-oyp/blob/master/screenshot/a1.gif) 图2、上下拖动歌词1 ![](https://github.com/ouyangpeng/android-lrc-view-oyp/blob/master/screenshot/a2.gif) 图3、上下拖动歌词2 ![](https://github.com/ouyangpeng/android-lrc-view-oyp/blob/master/screenshot/a3.gif) 图4、缩放歌词 ![](https://github.com/ouyangpeng/android-lrc-view-oyp/blob/master/screenshot/a4.gif) 图5、歌词显示(较大字体) ![](https://github.com/ouyangpeng/android-lrc-view-oyp/blob/master/screenshot/a5.jpg) 图6、歌词显示(较小字体) ![](https://github.com/ouyangpeng/android-lrc-view-oyp/blob/master/screenshot/a6.jpg) 图7、歌词滚动时候,高亮地画出正滚动到的歌词内容以及歌词的开始时间,并该句歌词下面画出一条直线 ![](https://github.com/ouyangpeng/android-lrc-view-oyp/blob/master/screenshot/a7.jpg) 图8、卡拉OK模式 逐字高亮歌词1 ![](https://github.com/ouyangpeng/android-lrc-view-oyp/blob/master/screenshot/a8.png) 图9、卡拉OK模式 逐字高亮歌词2 ![](https://github.com/ouyangpeng/android-lrc-view-oyp/blob/master/screenshot/a9.png) 图10、卡拉OK模式 逐字高亮歌词 动画 ![](https://github.com/ouyangpeng/android-lrc-view-oyp/blob/master/screenshot/a10.gif)