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.
![Button Example](screenshots/example.gif)<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>
Try our Android applications :
Version 1.0.0
- Initial release