Closed jcdom closed 9 years ago
I think there is an error when the indicator line, underline and dividers are drawn. The order in which draw is wrong.
Current order:
The problems are:
I consider correct this order:
Pager configuration in activity_main.xml:
<com.astuetz.PagerSlidingTabStrip android:id="@+id/tabs" android:layout_width="match_parent" android:layout_height="?attr/actionBarSize" android:background="?attr/colorPrimary" app:pstsUnderlineColor="#FF0000" app:pstsUnderlineHeight="6dp" app:pstsIndicatorHeight="6dp" app:pstsDividerWidth="6dp" app:pstsDividerColor="#0000FF" app:pstsTabPaddingLeftRight="10dp" />
Yeah that make sense
PR associate #96 has been merged in dev branch for next release
I think there is an error when the indicator line, underline and dividers are drawn. The order in which draw is wrong.
Current order:
The problems are:
I consider correct this order:
Pager configuration in activity_main.xml: