Skip to content

一个像网页上的表格的一个自定义控件

Notifications You must be signed in to change notification settings

chenxin185/TableView

Repository files navigation

TableView

一个像网页上的表格的一个自定义控件

演示

image

就是这种的表格效果,上一页,下一页,首页,尾页。

使用方法:

在项目的gradle中:

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

在app的gradle中:

dependencies {
        compile 'com.github.chenxin185:TableView:1.4.9'
}