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)
Please review the sidebar and restructure your question/title. The #help tag will be removed in 24 hours if not done.