Android-Material-circular-button

Additional

Language
Java
Version
N/A
Created
Jul 20, 2014
Updated
Apr 18, 2017 (Retired)
Owner
Adrián Lomas (glomadrian)
Contributor
Adrián Lomas (glomadrian)
1
Activity
Badge
Generate
Download
Source code

Advertisement

Material Circular Button


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...