NavigationTabStrip icon indicating copy to clipboard operation
NavigationTabStrip copied to clipboard

Navigation tab strip with smooth interaction.

Results 38 NavigationTabStrip issues
Sort by recently updated
recently updated
newest added

I'd like to add bars between tabs and then give margin around each tab, and change the tab background. Is it possible with this library?

Required type: **android.support.v4.view.ViewPager** Provided: **androidx.viewpager.widget.ViewPager**

When I click any of those links: ![image](https://user-images.githubusercontent.com/34707669/113694025-ec358e80-96d7-11eb-83c2-0c8680622886.png) I can seeing 404 pages: ![image](https://user-images.githubusercontent.com/34707669/113694093-fe173180-96d7-11eb-8dd8-af5bfdce6fd2.png) ![image](https://user-images.githubusercontent.com/34707669/113694108-02434f00-96d8-11eb-8db1-8350b2c4fba1.png) ![image](https://user-images.githubusercontent.com/34707669/113694133-096a5d00-96d8-11eb-96d9-90202121eaa4.png)

I want to do a logic before changing tabs. In fact, when tab(1) is clicked, logic(1) will be performed. if logic(1) returns true, tab(2) will be opened, otherwise tab(1) will...

Hi, Is there any way to make the tab scrollable? if the titles are too long they gonna be overlapping each other which is not readable, but if the tab...

I would like to add the strip vertically... some what like this ![image](https://user-images.githubusercontent.com/22236053/35774897-efd21a1a-09a2-11e8-985c-6adeb5c29f8d.png)

Can we use this as vertical Tablayout ?