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
- Host: GitHub
- URL: https://github.com/foolishchow/lineview
- Owner: foolishchow
- Created: 2020-12-11T10:20:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T03:21:56.000Z (over 5 years ago)
- Last Synced: 2025-02-24T02:14:19.434Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 29 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
LineView

## 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`