How can I add text below my carousel image? I used View Pager for the carousel

42 Views Asked by At

This is what I have now

<androidx.viewpager.widget.ViewPager
android:id="@+id/carouselContainer"
android:layout_width="match_parent"
android:layout_height="200dp"
android:layout_gravity="center" /* Apa yang harus saya tambahkan untuk teks juga? */
android:layout_marginTop="20dp"/>

enter image description here

I want the image and text to slide at the same time. How can I do it?

0

There are 0 best solutions below