Questions tagged [circleimage]

29 questions
0
votes
0 answers
0
votes
2 answers

How to make Images Circular in Android?

I'm trying to make an image circular in the simplest way. But it just won't work. I've also tried implementing "hdodenhof/CircleImageView" and it was of no use. Is there any alternate reliable way of doing…
Shubhdeep Sarkar
  • 73
  • 1
  • 1
  • 5
0
votes
2 answers

Cannot set gradient as a circle background or src to an image view

The gradient I have created it is as follows
A.S
  • 798
  • 1
  • 10
  • 32
0
votes
1 answer

Xamarin Forms:ImageCircle package is not working in release mode UWP

For the circle image, I am using Xam.Plugins.Forms.ImageCircle package and it is working fine in debug mode. But in release mode, all the pictures are in square format. I uninstall and reinstall the nuget. Also, do clean, rebuild and deleting bin…
Sreejith Sree
  • 3,055
  • 4
  • 36
  • 105
0
votes
1 answer

Xamarin forms: Image is not showing in perfect circle

I already posted a question regarding this issue, never get any solution. So posting the same question with more details and findings. For the circle images, I am using Xam.Plugins.Forms.ImageCircle nuget package in my project, which is working fine…
Sreejith Sree
  • 3,055
  • 4
  • 36
  • 105
0
votes
1 answer

xamarin forms: Circle image is not working in xamarin forms ios(Showing as oval shape)

For the circle images, I am using Xam.Plugins.Forms.ImageCircle nuget package in my project, which is working fine in android and windows but showing an oval shape in IOS, screenshot adding below. Added ImageCircleRenderer.Init(); in…
Sreejith Sree
  • 3,055
  • 4
  • 36
  • 105
0
votes
1 answer

android set gradient border to Circleimageview

i'm using "Circleimageview" from https://github.com/hdodenhof/CircleImageView trying to set border resource, it doesn't help here is what i have and what i want…
0
votes
2 answers

How can I number circles in a certain order using python?

I want to get the shade value of each circles from an image. I try to detect circles using HoughCircle. I get the center of each circle. I put the text (the circle numbers) in a circle. I set the pixel subset to obtain the shading values and…
GeoPark
  • 3
  • 3
0
votes
1 answer

Picasso CircleImageView resize() issue in Android 7.0 while selecting image from Gallery

I am using CircleImageView instance to display image and loading it picked up from Gallery or captured using camera using Picasso library. I am facing one issue on Android 7.0 that is image is not loading into image view when I am resizing it.…
pratik03
  • 651
  • 2
  • 7
  • 23
0
votes
1 answer

Custom View with Three Circle Images Android

I wanna create a custom view with three circle images view using native android. Now I can create one circle image view using CircleImageView from hdodenhof. I wonder if anyone can tell me which way is better to put three circles like the following…
Jennifer He
  • 75
  • 1
  • 2
  • 10
0
votes
2 answers

How Do I Make CircleImageView Clickable In NavigationView Drawer

Good day, I know that this question has been already been asked. But as searched none of their solutions works for me regarding with this topic. I compiled the gradle - compile 'de.hdodenhof:circleimageview:1.3.0' . I created header.xml…
RoCkDevstack
  • 3,517
  • 7
  • 34
  • 56
-1
votes
1 answer

how to fix Unable to resolve dependency for 'de.hdodenhof:circleimageview:2.2.0.'

Why doesn't this dependency implementation 'de.hdodenhof:circleimageview:2.2.0' sync with my project ?
-1
votes
1 answer

I cannot move CircularImageView in toolbar

I've been struggling for days trying to move the CircularImageView to the right of the toolbar without success. I would like to have it to the right and more centered (i.e. without touching toolbar edges), but I cannot do it. Just for info, I tried…
Benny
  • 97
  • 2
  • 14
-1
votes
5 answers

how to make my listview image round and add the fixed icon in android json?

I am trying to make my images from listview round but its not happening ..i endup getting the image like this but i want my listview image like this, Here is SumMenu activity: public class SubMenu extends AppCompatActivity { JSONObject…
z.al
  • 279
  • 1
  • 6
  • 21
1
2