florent37 / ShapeOfView

Give a custom shape to any android view, Material Design 2 ready
Apache License 2.0
3.12k stars 400 forks source link

BubbleView needs setter #49

Closed xoex closed 5 years ago

xoex commented 5 years ago

Hi. BubbleView lack setter for arrow height and weight.

    public void setArrowHeightPx(int arrowHeightPx)
    {
        this.arrowHeightPx = arrowHeightPx;
    }

    public void setArrowWidthPx(int arrowWidthPx)
    {
        this.arrowWidthPx = arrowWidthPx;
    }
xoex commented 5 years ago

I see my problem, This functions are available in repository, but you didn't released it. I was using 1.0.7 version till now.

florent37 commented 5 years ago

published