RoundedImageView icon indicating copy to clipboard operation
RoundedImageView copied to clipboard

A fast ImageView that supports rounded corners, ovals, and circles.

Results 40 RoundedImageView issues
Sort by recently updated
recently updated
newest added

当RoundedImageView设置ScaleType=ScaleType.FIT_XY时,显示不出.9.png的效果。用ImageView是正常的。

在android 3.0 会出现 错误: 已在类 styleable中定义了变量 RoundedImageView_android_scaleType

Hi! Thank you for such a nice library! I just replaced an ImageView with a RoundedImageView (2.3.0), and I have this call inside my fragment: ``` imageViewPicture.setImageURI(pictureFile?.toUri()) ``` When `pictureFile`...

Hi, I'll try to use the RoundedImageView in a widget, but when I replace my ImageView with the RoundedImageView, the widget is not rendered. Using RoundedImageView in the application/an activity...

If you change the `app:layout_constraintGuide_percent` of `` programmatically it changes the image size however the scaling doesn't fit on the other hand regular `` scales just fine kotlin: ``` val...

app:scrCompat and tint do not work

Material Design transitionName Won't work - Image distort while object is moving from position in first activity to different position in another activity

I have the following Layout inside my own gallery: `` And this result when using the shared element transition: ![bug](https://cloud.githubusercontent.com/assets/15644387/16598663/667cec62-42d5-11e6-9c46-51972fb98bae.jpg) if i click in "next button" or in the image...

ScaleTYpe fitxy is not working with wide screen images