Skip to content
This repository was archived by the owner on Jan 18, 2018. It is now read-only.

Releases: subinkrishna/CircularImageView

1.2.2

Choose a tag to compare

@subinkrishna subinkrishna released this 04 Apr 22:34

Fixed a major bug with android:src

1.2.1

Choose a tag to compare

@subinkrishna subinkrishna released this 23 Mar 02:16
  • Shadows

1.1.0

Choose a tag to compare

@subinkrishna subinkrishna released this 14 Jan 22:07
  • Added support for alpha (setImageAlpha(int alpha) & getImageAlpha())
  • Added support to enable/disable check state change animation
  • Added support to override check mark style, runtime border visibility
  • Bug fixes

1.0.2

Choose a tag to compare

@subinkrishna subinkrishna released this 05 Oct 19:50
  • CircularImageView implements android.widget.Checkable

1.0.1

Choose a tag to compare

@subinkrishna subinkrishna released this 02 Oct 17:01

Renamed all custom attributes to prefix "ci_" to avoid conflicts

1.0

1.0

Choose a tag to compare

@subinkrishna subinkrishna released this 20 Sep 17:24
  • Initial release
  • Supports borders, placeholder text
  • Supports colors - border, text and background
  • Supports alpha & color filter
  • Works with Picasso & Glide