All Projects → SanojPunchihewa → GlowButton

SanojPunchihewa / GlowButton

Licence: MIT license
Beautify your layouts with glowing buttons. Support with a ⭐️ Contributions are welcome! 🙌

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to GlowButton

Camerabutton
Instagram-like button for taking photos or recording videos
Stars: ✭ 121 (+124.07%)
Mutual labels:  material-ui, button
Shinebutton
This is a UI lib for Android. Effects like shining.
Stars: ✭ 4,105 (+7501.85%)
Mutual labels:  effects, button
Motion Shapeofview
Explain how to use MotionLayout with ShapeOfView
Stars: ✭ 236 (+337.04%)
Mutual labels:  layout, material-ui
Materialfavoritebutton
Animated favorite/star/like button
Stars: ✭ 586 (+985.19%)
Mutual labels:  material-ui, button
Front End Daily Challenges
As of October 2020, 170+ works have been accomplished, challenge yourself each day!
Stars: ✭ 598 (+1007.41%)
Mutual labels:  layout, button
Mui Treasury
A collection of ready-to-use components based on Material-UI
Stars: ✭ 1,821 (+3272.22%)
Mutual labels:  layout, material-ui
Material-Backdrop-Android
Material Backdrop
Stars: ✭ 106 (+96.3%)
Mutual labels:  layout, material-ui
arduino-audio-tools
Arduino Audio Tools (Music Player, Music Recorder supporting I2S, Microphones, DAC, ADC, A2DP, Url, MP3, AAC, AudioKit, ES8388)
Stars: ✭ 393 (+627.78%)
Mutual labels:  effects
material-chip-view
Material Chip view. Can be used as tags for categories, contacts or creating text clouds
Stars: ✭ 1,300 (+2307.41%)
Mutual labels:  material-ui
editorjs-layout
Layout block tool for Editor.js.
Stars: ✭ 45 (-16.67%)
Mutual labels:  layout
FillProgressLayout
A simple and flexible Fillable Progress Layout written in Kotlin
Stars: ✭ 77 (+42.59%)
Mutual labels:  layout
buttono
A flexible Sass mixin for creating BEM-style buttons.
Stars: ✭ 82 (+51.85%)
Mutual labels:  button
material-ui-color
The lightest colorpicker, palette, colorinput, colorbutton ⚡ No dependencies. It uses React hooks, support Typescript theming and more !
Stars: ✭ 125 (+131.48%)
Mutual labels:  material-ui
purescript-smash
An "extensible coeffect" system built out of comonads and Day convolution.
Stars: ✭ 36 (-33.33%)
Mutual labels:  effects
material
🎨 Materialize your forum with this Flarum extension that uses the latest guidelines.
Stars: ✭ 14 (-74.07%)
Mutual labels:  material-ui
constant-memory-waveglow
PyTorch implementation of NVIDIA WaveGlow with constant memory cost.
Stars: ✭ 36 (-33.33%)
Mutual labels:  glow
L5P-Keyboard-RGB
Cross platform software to control the lighting of the 4 zone keyboard included in the 2020 and 2021 lineup of the Lenovo Legion laptops. Works on Windows and Linux.
Stars: ✭ 79 (+46.3%)
Mutual labels:  effects
react-native-radio-buttons-group
Simple, best and easy to use radio buttons for react native apps.
Stars: ✭ 145 (+168.52%)
Mutual labels:  button
AnimatedButton
UIButton subclass which performs animation on selection
Stars: ✭ 16 (-70.37%)
Mutual labels:  button
markdown.today
Store your journal as an encrypted markdown file on Dropbox and edit/view it from any browser
Stars: ✭ 61 (+12.96%)
Mutual labels:  material-ui

Build Status Android Arsenal API License: MIT

Android Library to beautify your layouts with glowing buttons

✏️ Usage

Step 1: Add it in your root build.gradle

allprojects {
    repositories {
        maven { url "https://jitpack.io" }
    }
}

Step 2: Add the dependency

dependencies {
    implementation 'com.github.SanojPunchihewa:GlowButton:1.0.1'
}

Step 3: Use it in your layout

Glow button have the following attributes in addition to the default button attributes. Please see the demo app

    <com.sanojpunchihewa.glowbutton.GlowButton
        ...
        app:buttonColor="@color/background_color_red"
        app:unpressedGlowSize="20dp"
        app:pressedGlowSize="25dp"
        app:glowColor="@color/glow_color_red"
        app:cornerRadius="50dp"
        ...
        />

🔧 Customizable attributes

Attribute default value xml
button color #8800FF buttonColor
glow color #885BFC glowColor
unpressed glow size 10dp unpressedGlowSize
pressed glow size 12dp pressedGlowSize
corner radius 50dp cornerRadius

👐 Contributions

Any contributions are welcome!

📄 License

MIT License

Copyright (c) 2019 Sanoj Punchihewa

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
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].