Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/markushi/android-circlebutton

Circle button widget for Android
https://github.com/markushi/android-circlebutton

Last synced: 2 days ago
JSON representation

Circle button widget for Android

Awesome Lists containing this project

README

        

DEPRECATED
====================
This library is deprecated and no new development is taking place.
Consider using a FAB(Floating action button) instead.

E.g. the [Android Design Support Library](http://developer.android.com/tools/support-library/index.html) offers a [FAB](http://developer.android.com/reference/android/support/design/widget/FloatingActionButton.html) implementation.

android-circlebutton
====================

Circle button widget for Android

![Button Example](example/example.gif)

[Download an example apk](example/example.apk)

Gradle dependency ```build.gradle```

```
repositories {
mavenCentral()
mavenLocal()
}

...

dependencies {
compile 'com.github.markushi:circlebutton:1.1'
}
```

Example Usage:
```

```