DEV Community

Ali Qadomy
Ali Qadomy

Posted on

TabView with ViewPager

I create a tabview with viewpager to display the indicators, so How I can disable the click on these indicators and just click on viewpager

my code:

android:id="@+id/tabDots"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:tabBackground="@drawable/tab_selector"
app:tabGravity="center"
app:tabIndicatorHeight="0dp" />

Top comments (1)

Collapse
 
devdrake0 profile image
Si

Please review the sidebar and restructure your question/title. The #help tag will be removed in 24 hours if not done.