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:
Material Design Team 2019-10-28 10:22:37 -07:00 committed by Leticia Santos
parent 8e923bdb65
commit 2d18c612d6

View File

@ -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