CircularImageView icon indicating copy to clipboard operation
CircularImageView copied to clipboard

Create circular ImageView in Android in the simplest way possible

Results 16 CircularImageView issues
Sort by recently updated
recently updated
newest added

android.view.InflateException: Binary XML file line #17: Binary XML file line #17: Error inflating class com.mikhaellopez.circularimageview.CircularImageView Caused by: android.view.InflateException: Binary XML file line #17: Error inflating class com.mikhaellopez.circularimageview.CircularImageView while on line...

Hi, your library help me so much, but with your library, i can't implement this code ``` implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" val circularProgressDrawable = CircularProgressDrawable(this) circularProgressDrawable.strokeWidth = 5f circularProgressDrawable.centerRadius = 30f circularProgressDrawable.start()...

Hi, I encountered loading problem with glide library. The link I want to load begins with 'https' but there is no action for loading. I try to use it `//...

Hi, I encountered loading problem with glide library. The link I want to load begins with 'https' but there is no action for loading. If I use regular imageview everything...

changed civ_shadow_radius form "10" to "10dp"

image view has translucent white overlay on api 21 and 23 app:civ_shadow="true" creates a white overlay not sure why maybe using app:elevation instead of android:elevation ? using android elevation fixes...

There's no clue how the error happen. Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'int android.graphics.Bitmap.getWidth()' on a null object reference at android.graphics.Bitmap.createScaledBitmap(Bitmap.java:748) at com.mikhaellopez.circularimageview.CircularImageView.bitmapDrawableToBitmap(CircularImageView.kt:452) at com.mikhaellopez.circularimageview.CircularImageView.drawableToBitmap(CircularImageView.kt:430) at com.mikhaellopez.circularimageview.CircularImageView.loadBitmap(CircularImageView.kt:329)...

Hi, On setting image to src i get render errors on my android studio preview tab. A screenshot on the error is given below. ![Screenshot (98)](https://user-images.githubusercontent.com/67057578/84900804-3a858c80-b0c8-11ea-9af2-b836b2fd6958.png) Upon searching i found...