Skip to content

入门使用

angcyo edited this page Feb 22, 2020 · 5 revisions

简单使用

DslTabLayout继承自ViewGroup, 模拟了横向的LinearLayout布局效果.

所以您可以直接在xml文件中这样玩:

</com.angcyo.tablayout.DslTabLayout>
    <TextView
        android:text="Vue" />

    <TextView
        android:text="前->端" />

    <TextView
        android:text="" />

    <TextView
        android:text="其他资源" />

</com.angcyo.tablayout.DslTabLayout>

完全可以, 当然您也可以通过代码addView, 冇问题的老铁.

使用就是如此简单.


关联VP请参考:https://github.com/angcyo/DslTabLayout/wiki/ViewPager1%E5%92%8CViewPager2

效果配置请参考:https://github.com/angcyo/DslTabLayout/wiki/%E5%B1%9E%E6%80%A7%E5%A4%A7%E5%85%A8