You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've seen in the TagView's onDraw that he put by default the rounded corner. What you can do is creating a new one without those lines... canvas.drawArc(mLeftCornerRectF, -180, 90, true, mBackgroundPaint); canvas.drawArc(mLeftCornerRectF, -270, 90, true, mBackgroundPaint); canvas.drawArc(mRightCornerRectF, -90, 90, true, mBackgroundPaint); canvas.drawArc(mRightCornerRectF, 0, 90, true, mBackgroundPaint);
It could be fantastic to decide if you want it rounded or not with an attribute.
@2dxgujun Hi,
we have been using your library and we want to know about changing the tag view shape from oval to rectangle.
Could you please assist us on this !
The text was updated successfully, but these errors were encountered: