Circle Button Android Library


License

License

GroupId

GroupId

com.github.markushi
ArtifactId

ArtifactId

circlebutton
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

aar
Description

Description

Circle Button Android Library
Circle Button Android Library
Project URL

Project URL

https://github.com/markushi/android-circlebutton
Source Code Management

Source Code Management

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

Download circlebutton

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.markushi/circlebutton/ -->
<dependency>
    <groupId>com.github.markushi</groupId>
    <artifactId>circlebutton</artifactId>
    <version>1.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.markushi/circlebutton/
implementation 'com.github.markushi:circlebutton:1.1'
// https://jarcasting.com/artifacts/com.github.markushi/circlebutton/
implementation ("com.github.markushi:circlebutton:1.1")
'com.github.markushi:circlebutton:aar:1.1'
<dependency org="com.github.markushi" name="circlebutton" rev="1.1">
  <artifact name="circlebutton" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.markushi', module='circlebutton', version='1.1')
)
libraryDependencies += "com.github.markushi" % "circlebutton" % "1.1"
[com.github.markushi/circlebutton "1.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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 offers a FAB implementation.

android-circlebutton

Circle button widget for Android

Button Example

Download an example apk

Gradle dependency build.gradle

repositories {
    mavenCentral()
    mavenLocal()
}

...

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

Example Usage:

<FrameLayout
	xmlns:android="http://schemas.android.com/apk/res/android"
	xmlns:app="http://schemas.android.com/apk/res-auto"
	android:layout_width="match_parent"
	android:layout_height="match_parent" >

	<at.markushi.ui.CircleButton
		android:layout_width="64dip"
		android:layout_height="64dip"
		android:src="@drawable/ic_action_tick"
		app:cb_color="#99CC00"
		app:cb_pressedRingWidth="8dip" />

</FrameLayout>

Versions

Version
1.1