CircularImageView
CircularImageView copied to clipboard
Create circular ImageView in Android in the simplest way possible
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.  Upon searching i found...