An open API service indexing awesome lists of open source software.

https://github.com/foolishchow/lineview

android simple line view
https://github.com/foolishchow/lineview

Last synced: 8 months ago
JSON representation

android simple line view

Awesome Lists containing this project

README

          

LineView

![screenshot](./screenshot.jpg)

## usage
```gradle
implementation 'me.foolishchow.android:lineview:0.0.3'
```

## sample code
- LinearLineView
```xml

```

- RelativeLineView
```xml


```

## custom
extend `me.foolishchow.android.widget.BaseLineVie` and make your own LineView , for example `ConstraintLayout`