Popularity
1.6
Stable
Activity
0.0
Stable
51
1
2

Programming language: Kotlin
License: MIT License
Tags: Other Widget    

Gradients alternatives and similar packages

Based on the "Other Widget" category.
Alternatively, view Gradients alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Gradients or a related project?

Add another 'Other Widget' Package

README

Gradients

A curated collection of splendid gradients made in Kotlin (port of https://webgradients.com for Android). Only linear gradients included for now.

Sample app

Installation

Add to dependencies in gradle file

implementation 'com.bakhtiyor.gradients:gradients:0.1.0'

How To Use

view.drawable = Gradients.warmFlame()

You can set drawable shape:

view.drawable = Gradients.warmFlame().apply { shape = OvalShape() }

TODO

Implement radial and blended gradients.

Gredits

License

Gradients is available under the MIT license.


*Note that all licence references and agreements mentioned in the Gradients README section above are relevant to that project's source code only.