Skip to content

Medialoha/android-circlebutton

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CIRCLE BUTTON

Circle button widget for Android, based on the work of markushi.

There're two buttons, one which work like ImageButton, and a new one like a Button. It means that you can now create a circle button which contain text or an image.

Screenshots

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

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

	<com.medialoha.android.lib.circlebutton.CircleImageButton 
									android:layout_width="64dp" android:layout_height="64dp"
									android:src="@drawable/ic_action_tick"
									app:cb_color="#99CC00"
									app:cb_pressed_ring_width="8dp" />

</FrameLayout>

Download an example apk

Support us

Donate

Try our Android applications :

Google Play Store

Change Log

Version 1.0.0

  • Initial release

About

Circle button widget for Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%