如何在轮播图像下方添加文本?我使用 View Pager 作为轮播

问题描述 投票:0回答:0
<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"/>

this is the result of this code

I want the image and text to slide at the same time.

android-studio android-viewpager carousel android-linearlayout androidimageslider
© www.soinside.com 2019 - 2024. All rights reserved.