From 2d18c612d63d5fd5655edafdcfca086cd5efb4af Mon Sep 17 00:00:00 2001 From: Material Design Team Date: Mon, 28 Oct 2019 10:22:37 -0700 Subject: [PATCH] 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) --- .../com/google/android/material/tabs/TabLayoutMediator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/java/com/google/android/material/tabs/TabLayoutMediator.java b/lib/java/com/google/android/material/tabs/TabLayoutMediator.java index 3780aea28..a293e9bf9 100644 --- a/lib/java/com/google/android/material/tabs/TabLayoutMediator.java +++ b/lib/java/com/google/android/material/tabs/TabLayoutMediator.java @@ -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. * *

Establish the link by creating an instance of this class, make sure the ViewPager2 has an