Direction-Line
Library designed to display an array of arrows that can be adjusted direction and color. Can be used for a variety of uses, directions of a particular object at different times, addition to the graph, etc.
Vertical and horizontal step line indicator.
Setup
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
Step 2. Add the dependency:
dependencies {
implementation 'com.github.guy-4444:Direction-Line:1.01.04'
}
Usage
- angle values - 0 -> 360
Direction-Line Examples:
360 angle colorful direction line:
720 angle red-blue direction line: