All Projects → massivedisaster → DiagonalDrawable

massivedisaster / DiagonalDrawable

Licence: MIT license
🙅‍♂️ A Diagonal Drawable for backgrounds, etc.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to DiagonalDrawable

Appcompat Extension Library
A library that builds on the AppCompat Design Library and provides additional common components such as AccountHeaderView, FloatingActionMenu, CircleImageView, Picker Dialogs, FlexibleToolbarLayout, Delightful Detail Drawables and TypefaceCompat.
Stars: ✭ 307 (+1179.17%)
Mutual labels:  drawable
Android Gif Drawable
Views and Drawable for displaying animated GIFs on Android
Stars: ✭ 8,987 (+37345.83%)
Mutual labels:  drawable
Android Drawable Dsl
DSL for constructing the drawables in Kotlin instead of in XML
Stars: ✭ 171 (+612.5%)
Mutual labels:  drawable
Gaussianblur
An easy and fast library to apply gaussian blur filter on any images. 🎩
Stars: ✭ 473 (+1870.83%)
Mutual labels:  drawable
Youtube Play Icon
Material style morphing play-pause drawable for Android
Stars: ✭ 57 (+137.5%)
Mutual labels:  drawable
Drawablecolorchange
Android Library to dynamically change color of drawable.
Stars: ✭ 101 (+320.83%)
Mutual labels:  drawable
Spedittool
An efficient and scalable library for inputing and displaying gif or @mention on graph-text mixed TextView/EditText
Stars: ✭ 292 (+1116.67%)
Mutual labels:  drawable
CenteredDrawableButton
Android custom button with centered drawable
Stars: ✭ 26 (+8.33%)
Mutual labels:  drawable
Ariana
Provide Multiple Gradients in ImageViews and Texts. Integrate with ViewPager to change colors dynamically.
Stars: ✭ 74 (+208.33%)
Mutual labels:  drawable
Glidetovectoryou
Load SVGs in Android with Glide
Stars: ✭ 165 (+587.5%)
Mutual labels:  drawable
Nodrawable
一个旨在减少99%的drawable.xml文件的库,可直接在布局文件中对任意View声明drawable属性。
Stars: ✭ 551 (+2195.83%)
Mutual labels:  drawable
Android Toy
不积跬步 无以至千里
Stars: ✭ 54 (+125%)
Mutual labels:  drawable
Android Animated Icons
How to improve the user experience using animated icons with vector drawables on Android
Stars: ✭ 117 (+387.5%)
Mutual labels:  drawable
Gradientdrawabletuner
🕹️ See how the properties of Android's "shape" affect the Drawable's appearance, intuitively.
Stars: ✭ 343 (+1329.17%)
Mutual labels:  drawable
Density Converter
A multi platform image density converting tool converting single or batches of images to Android, iOS, Windows or CSS specific formats and density versions given the source scale factor or width/height in dp. It has a graphical and command line interface and supports many image types (svg, psd, 9-patch, etc.) aswell as some lossless compressors like pngcrush.
Stars: ✭ 222 (+825%)
Mutual labels:  drawable
Onedrawable
✏️ Use only one image to set a background with a click effect for the View
Stars: ✭ 298 (+1141.67%)
Mutual labels:  drawable
Androidanimationtools
复杂组合动效可扩展轻量级实现方案
Stars: ✭ 100 (+316.67%)
Mutual labels:  drawable
android-multibackground
This library can easily apply round corner、stroke、shadow and different state effects to background drawable.
Stars: ✭ 18 (-25%)
Mutual labels:  drawable
Animated Clock Icon
Easy-to-use animated clock icon for Android
Stars: ✭ 253 (+954.17%)
Mutual labels:  drawable
Drawabletextview
自定义控件 :drawable 跟随TextView居中 The drawable follows the text centered
Stars: ✭ 124 (+416.67%)
Mutual labels:  drawable

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].