diff --git a/README.md b/README.md index 32908bc..3726894 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # VideoListPlayer ---- VideoListPlayer实现了在列表控件(ListView, RecyclerView)中加载并播放视频,并支持滑动时自动播放/暂停的功能 利用该项目,可以轻松实现类似Instagram的视频播放功能 @@ -7,11 +6,9 @@ VideoListPlayer实现了在列表控件(ListView, RecyclerView)中加载并 **注意:最低支持API 14以上** #效果预览 ---- ![](./art/preview.gif) #基本用法 ---- 在xml布局中加入以下代码