All the view classes on Android are define in rectangle shape.When you touches it detects in the rectangle zone,when you set image it fills the rectangle.How to make a class which is round by default?
Features I am looking for:
- Support all the ImageView functions
- Square Image input with setImageBitmap or onDraw are converted to round.
- Dectect circular touch zone instead of sqaures
- Small in size and overhead.
- 3rd Party is fine but prefer just use interal library.