android横幅轮播,横幅广告图片轮播控件 – bannerview
BannerView
橫幅廣告圖片輪播控件
Gradle
repositories {
maven { url "https://jitpack.io" }
}
dependencies {
compile 'com.github.czy1121:bannerview:1.0.0'
}
Usage
XML
android:id="@+id/banner1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="20dp"
android:background="@android:color/white"
app:bvAspectRatio="0.6666666"
app:bvIndicatorColor="#cccccc"
app:bvIndicatorColorSelected="@color/colorAccent"
/>
android:id="@+id/banner2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@android:color/white"
app:bvAspectRatio="0.6666666"
app:bvBarColor="#88888888"
app:bvIndicatorColor="#cccccc"
app:bvIndicatorColorSelected="@color/colorAccent"
app:bvIndicatorGravity="right"
app:bvTitleVisible="true"/>
Java
final BannerView banner1 = (BannerView) findViewById(R.id.banner1);
banner1.setViewFactory(new BannerView.ViewFactory() {
@Override
public View create(Object item, int position, ViewGroup container) {
// create view
return null;
}
});
banner1.setDataList(list);
banner1.start();
屬性
總結(jié)
以上是生活随笔為你收集整理的android横幅轮播,横幅广告图片轮播控件 – bannerview的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 带USB接口的PLC远程工业模块成功案例
- 下一篇: AMBA总线协议