Scrollable TabWidget or TabLayout
问题 Here is a library I got. I had added implementation 'ru.noties:scrollable:1.3.0' to my build.gradle . But, when I implement TabLayout of ru.noties:scrollable <ru.noties.scrollable.sample.TabsLayout android:id="@+id/tabs" android:layout_width="match_parent" android:layout_height="@dimen/tabs_height" android:background="@color/md_teal_500"/> I am getting the class isn't found. I am actually trying to use TabWidget like PlayStore . I want TabWidget like that gif. How to do that? Or, is there any