Popularity
3.9
Stable
Activity
0.0
Stable
217
15
47

Code Quality Rank: L5
Programming language: Java
Tags: Material Widget    

Android-Material-circular-button alternatives and similar packages

Based on the "Material Widget" category.
Alternatively, view Android-Material-circular-button alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Android-Material-circular-button or a related project?

Add another 'Material Widget' Package

README

Material Circular Button

enter image description here


Circular button for Android in Google Material Style

How to use

Clone this proyect and import the module "materialCircularButton" in your project

Include the res-auto xmls definition in your parent layout

 xmlns:custom="http://schemas.android.com/apk/res-auto"

Then use Like Android ImageButton with two custom attributes:

<com.glomadrian.button.MaterialButton
    android:id="@+id/materialButton"
    custom:color="#c3c3c3"
    custom:transitionTime="1200"
 />

Android L Developers

Use the attribute elevation on Material Button to get the full Material Desing (desing)

<com.glomadrian.button.MaterialButton
    android:id="@+id/materialButton"
    custom:color="#c3c3c3"
    custom:transitionTime="1200"
    android:elevation="2dp"
 />

TODO

Upload to maven central...