angcyo / DslTabLayout

:hearts: Android界最万能的TabLayout(不仅仅是TabLayout), 支持任意类型的item, 支持Drawable类型的指示器,智能开启滚动,支持横竖向布局等
https://github.com/angcyo/DslAdapter
MIT License
1.55k stars 145 forks source link

现在仍然不支持给item设置默认背景? #36

Closed liuxuebing2010 closed 3 years ago

liuxuebing2010 commented 3 years ago

不能实现这种效果? image

angcyo commented 3 years ago

支持啊!

1: 通过tab_draw_indicator=false关闭默认的指示器. 2: itembackground通过android:state_selected="true"状态设置选中时的效果.