Closed Shajeel-Afzal closed 9 years ago
@Shajeel-Afzal did you find any fix??? I am facing this issue too, can you help me???
@khurramengr sorry i didn't tried it after that. You must hard code the width/height of the ImageView, and try different ScaleType.
@khurramengr sorry i didn't tried it after that. You must hard code the width/height of the ImageView, and try different ScaleType.
@Shajeel-Afzal did you get the issue
Hello @mayurpadhye this is an old issue. Try with new version of this library and maybe create new issue if it's doesn't work.
Hi i am changing the size as follows: <com.mikhaellopez.circularimageview.CircularImageView android:layout_width="200dp" android:layout_height="200dp" android:layout_gravity="center_vertical|center_horizontal" android:layout_margin="20dp" android:scaleType="fitXY" android:src="@drawable/my_pic" app:border="true" app:border_width="10" />
but the it is not correctly changed. I am getting this view after changing the width and height as above:
Can you explain why it is not working?