mirror of
https://github.com/material-components/material-components-android.git
synced 2026-02-05 03:58:19 +08:00
Makes the following methods public: - setScrollPosition(int, float, boolean, boolean) - selectTab(Tab) - selectTab(Tab, boolean) This makes it possible to separate the link between a TabLayout and a ViewPager to another class. PiperOrigin-RevId: 228887919