Skip to content

googolmo/android-circlebutton

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

android-circlebutton

Circle button widget for Android

Button Example

Download an example apk

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_pressed_ring_width="8dip" />

</FrameLayout>

About

Circle button widget for Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published