查看演示:demo演示 (已废弃)
<com.android.lyqlib.LyqStickView
android:id="@+id/lyqStickView"
android:layout_width="match_parent"
android:layout_height="match_parent" />
lyqStickView.addHead(View.inflate(this, R.layout.head, null))
lyqStickView.setAdapter(
supportFragmentManager,
arrayListOf("录播中心", "直播中心"),
arrayListOf(BlankFragment(), BlankFragment()))
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.renhuan:lyq:最新版'
}