mirror of
https://github.com/material-components/material-components-android.git
synced 2026-02-20 08:39:55 +08:00
Expand TLM to TabLayoutMediator in Javadoc
This makes it consistent with the rest of the references in the Javadoc. PiperOrigin-RevId: 277090650 (cherry picked from commit de92a9fa3b9e0fb2415f70db8d8a3fbed1b6ac06)
This commit is contained in:
parent
8e923bdb65
commit
2d18c612d6
@ -31,7 +31,7 @@ import java.lang.ref.WeakReference;
|
||||
* position with the selected tab when a tab is selected, and the TabLayout's scroll position when
|
||||
* the user drags the ViewPager2. TabLayoutMediator will listen to ViewPager2's OnPageChangeCallback
|
||||
* to adjust tab when ViewPager2 moves. TabLayoutMediator listens to TabLayout's
|
||||
* OnTabSelectedListener to adjust VP2 when tab moves. TLM listens to RecyclerView's
|
||||
* OnTabSelectedListener to adjust VP2 when tab moves. TabLayoutMediator listens to RecyclerView's
|
||||
* AdapterDataObserver to recreate tab content when dataset changes.
|
||||
*
|
||||
* <p>Establish the link by creating an instance of this class, make sure the ViewPager2 has an
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user