Circle Button Android Library


Лицензия

Лицензия

Группа

Группа

com.github.markushi
Идентификатор

Идентификатор

circlebutton
Последняя версия

Последняя версия

1.1
Дата

Дата

Тип

Тип

aar
Описание

Описание

Circle Button Android Library
Circle Button Android Library
Ссылка на сайт

Ссылка на сайт

https://github.com/markushi/android-circlebutton
Система контроля версий

Система контроля версий

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

Скачать circlebutton

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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>

Версии библиотеки

Версия
1.1