GradientView ?
This is an Android project allowing to realize a gradient View in the simplest way possible. Finish the gradient shapes of all colors in your projects.

USAGE
To make a gradient View add GradientView in your layout XML and add GradientView library in your project or you can also grab it via Gradle:
XML
You must use the following properties in your XML to change your CircleView.
Properties | Type | Default |
---|---|---|
app:gv_start |
color | WHITE |
app:gv_alpha_start |
float (from 0.0 to 1.0) | 1f |
app:gv_end |
color | WHITE |
app:gv_alpha_end |
float (from 0.0 to 1.0) | 1f |
app:gv_direction |
left_to_right, right_to_left, top_to_bottom or bottom_to_top | left_to_right |