I am using PagerTitleStrip for swiping Fragment, I need to make a dot for selected item or Highlighted title. My XML Code :
<android.support.v4.view.PagerTitleStrip
android:id="@+id/pager_title_strip"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom"
android:background="#fff"
android:paddingBottom="6dp"
android:paddingTop="6dp"
android:textColor="@color/blueColorSwipeText" />
I also need to change the highlighted title color. Please help me out. Thanks Suggestions appreciated.