PagerTabStrip
PagerTabStrip is an interactive indicator of the current, next, and previous pages of a ViewPager. It is intended to be used as a child view of a ViewPager widget in your XML layout. Add it as a child of a ViewPager in your layout file and set its android:layout_gravity to TOP or BOTTOM to pin it to the top or bottom of the ViewPager. The title from each page is supplied by the method getPageTitle in the adapter supplied to the ViewPager.
For a non-interactive indicator, see PagerTitleStrip.
Functions
Link copied to clipboard
Return whether or not this tab strip will draw a full-width underline.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Set whether this tab strip should draw a full-width underline in the current tab indicator color.
Link copied to clipboard
Link copied to clipboard
Set the color of the tab indicator bar.
Link copied to clipboard
Set the color of the tab indicator bar from a color resource.
Link copied to clipboard
Set the required spacing between title segments.