/DiagonalDrawable

:ng_man: A Diagonal Drawable for backgrounds, etc.

Primary LanguageKotlinMIT LicenseMIT

DiagonalDrawable

Download API License: MIT

A Diagonal Drawable for backgrounds, etc.

Download

Gradle:

dependencies {
  implementation 'com.massivedisaster.drawable:diagonaldrawable:0.1.0'
}

Usage

DiagonalDrawable(ContextCompat.getColor(context, R.color.left),
                ContextCompat.getColor(context, R.color.right),
                DiagonalDrawable.Orientation.LEFT_RIGHT)

Orientations available:

DiagonalDrawable.Orientation.LEFT_RIGHT
DiagonalDrawable.Orientation.RIGHT_LEFT

License

MIT LICENSE