0

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?

K.Mat
  • 1,341
  • 11
  • 17
  • add them both in the same layout like LinearLayout, RelativeLayout, or another your favorite. And apply slider code to the layout instead of imageView. – M DEV Jul 25 '23 at 11:13

0 Answers0