Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 702 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 702 Bytes

ShapeListView

Release GitHub Android CI

Display list views in various shapes.

  • CircleListView
  • LinearListView
  • PyramidListView

Download

Step 1. Add the JitPack repository to your root build.gradle file

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

Step 2. Add the dependency

	dependencies {
	        implementation 'com.github.yuvigold:ShapeListView:0.1.0'
	}

Credits