com.google.android.material.tabs
Interfaces
TabLayout.BaseOnTabSelectedListener |
This interface is deprecated. Use |
TabLayout.OnTabSelectedListener |
Callback interface invoked when a tab's selection state changes. |
TabLayoutMediator.TabConfigurationStrategy |
A callback interface that must be implemented to set the text and styling of newly created tabs. |
Classes
TabItem |
TabItem is a special 'view' which allows you to declare tab items for a |
TabLayout |
TabLayout provides a horizontal layout to display tabs. |
TabLayout.Tab |
A tab in this layout. |
TabLayout.TabLayoutOnPageChangeListener |
A ViewPager.OnPageChangeListener class which contains the necessary calls back to the provided |
TabLayout.TabView |
A LinearLayout containing |
TabLayout.ViewPagerOnTabSelectedListener |
A |
TabLayoutMediator |
A mediator to link a TabLayout with a ViewPager2. |