-
-
Notifications
You must be signed in to change notification settings - Fork 152
入门使用
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