BannerView

横幅广告图片轮播控件

ieYVFf.png

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();

属性

Logo

瓜分20万奖金 获得内推名额 丰厚实物奖励 易参与易上手

更多推荐