classichu / ClassicBannerView

滚动图 导航图 轮播图 ClassicBannerView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ClassicBannerView

经典简洁BannerView 循环滚动 BannerView

Step 1. Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

Step 2. Add the dependency

dependencies {
        compile 'com.github.classichu:ClassicBannerView:x.x.x'
}

attrs

  <com.classichu.bannerview.widget.ClassicBannerView
        android:id="@+id/id_classic_banner_view"
        android:layout_width="match_parent"
        app:classic_indicatorTextSize="16dp"
        app:classic_indicatorContainerBackgroundColor="@color/colorAccent"
        app:classic_indicatorTextColor="@color/colorPrimary"
        android:layout_height="230dp"/>

About

滚动图 导航图 轮播图 ClassicBannerView


Languages

Language:Java 100.0%