0

我的活动中有一个简单的 ViewPager2。像这个 :

<androidx.viewpager2.widget.ViewPager2
    android:id="@+id/balanceProfilPager"
    android:layout_width="match_parent"
    android:layout_height="0dp"
    android:orientation="horizontal"
    app:layout_constraintEnd_toEndOf="parent"
    app:layout_constraintStart_toStartOf="parent"
    />

我需要在屏幕顶部添加点指示器,但我没有找到示例。我不知道我该怎么做。 我需要的样本 非常感谢您的帮助

4

1 回答 1

0

使用此库进行此集成:

https://github.com/smarteist/Android-Image-Slider

如果要创建自定义气泡,请更改 viewPager 页面侦听器中的颜色

于 2021-08-16T09:54:26.770 回答