angcyo / DslTabLayout

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

怎么设置itme之间的分割线 #21

Closed bonjourss closed 4 years ago

bonjourss commented 4 years ago

border / divider 都试了还是不显示

bonjourss commented 4 years ago
    app:tab_draw_divider="true"
    app:tab_divider_width="@dimen/dp_px_1"
    app:tab_divider_solid_color="@color/divider"
    app:tab_divider_margin_top="@dimen/dp_px_17"
    app:tab_divider_margin_bottom="@dimen/dp_px_13"

(⊙﹏⊙)刚问完就可以了

angcyo commented 4 years ago
    app:tab_draw_divider="true"
    app:tab_divider_width="@dimen/dp_px_1"
    app:tab_divider_solid_color="@color/divider"
    app:tab_divider_margin_top="@dimen/dp_px_17"
    app:tab_divider_margin_bottom="@dimen/dp_px_13"

(⊙﹏⊙)刚问完就可以了

哈哈!