【发布时间】:2022-01-15 14:36:02
【问题描述】:
我想使用图片幻灯片视图但出错了
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.denzcoskun:ImageSlideshow:0.1.0'
}
Xml 文件
<com.denzcoskun.imageslider.ImageSlider
android:id="@+id/image_slider"
android:layout_width="wrap_content"
android:layout_height="match_parent"
app:iss_auto_cycle="true"
app:iss_period="1000"
app:iss_delay="0"/>
更多详情..click
【问题讨论】:
标签: android xml android-layout layout