LuckyJayce / ViewPagerIndicator

Indicator 取代 tabhost,实现网易顶部tab,新浪微博主页底部tab,引导页,无限轮播banner等效果,高度自定义tab和特效,LazyFragment
Apache License 2.0
2.59k stars 627 forks source link

建议增加分割线功能,在标题之间添加类似RecyclerView的ItemDecoration #63

Closed RossPoom closed 5 years ago

LuckyJayce commented 6 years ago

LinearLayout 原本就有分割线的功能, FixedIndicatorView 继承于LinearLayout 所以也有分割线功能

RossPoom commented 5 years ago

LinearLayout 原本就有分割线的功能, FixedIndicatorView 继承于LinearLayout 所以也有分割线功能

谢谢,已经解决了。有同样需要的在FixedIndicatorView下添加

android:showDividers="middle"
android:divider="@drawable/line_h"

就可以了