serapbercin / androidx-ViewPager2

36 stars 10 forks source link

Example of page-indicator? #1

Open AndroidDeveloperLB opened 5 years ago

AndroidDeveloperLB commented 5 years ago

Something like that: https://itnext.io/4-steps-to-android-dot-tabitem-dadeeef44f51

Please add it too...

sam43 commented 5 years ago

This is not an issue. Use this for you TabLayout:-

        app:tabBackground="@drawable/indicator_circular_image_slider"
        app:tabGravity="center"
        app:tabIndicator="@null"
        app:tabPaddingStart="5dp"

Try this. This issue should be closed.

AndroidDeveloperLB commented 5 years ago

Please explain further.