Skip to content

A curated collection of splendid gradients made in Kotlin

License

Notifications You must be signed in to change notification settings

bakhtiyork/gradients

Repository files navigation

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

Screenshot1

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.

About

A curated collection of splendid gradients made in Kotlin

Resources

License

Stars

Watchers

Forks

Releases

No releases published