フラグメントをスワイプするために PagerTitleStrip を使用しています。選択したアイテムまたは強調表示されたタイトルにドットを作成する必要があります。私のXMLコード:
<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" />
強調表示されたタイトルの色も変更する必要があります。私を助けてください。ありがとうございます。