Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/markushi/android-circlebutton
- Owner: markushi
- License: apache-2.0
- Created: 2014-02-18T22:09:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-05-03T21:00:24.000Z (over 6 years ago)
- Last Synced: 2024-12-28T07:01:56.791Z (9 days ago)
- Language: Java
- Size: 1.59 MB
- Stars: 1,467
- Watchers: 92
- Forks: 358
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- -awesome-android-ui - android-circlebutton - 2.0) | ![](/art/android-circlebutton.gif) (Index `(light-weight pages)`)
- awesome-android-ui - android-circlebutton - 2.0) | ![](/art/android-circlebutton.gif) (Index `(light-weight pages)`)
- awesome-android-ui - android-circlebutton - 2.0) | ![](/art/android-circlebutton.gif) (Index)
- awesome-android-ui - https://github.com/markushi/android-circlebutton
- awesome-android-ui - https://github.com/markushi/android-circlebutton
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:
```
```