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
The problem was in padding. The stroke also needs padding for view. Now it fixes by setting padding on view.
Anyway, Drawable like GradientDrawable has setPadding() method. Maybe while building it, you can call it and pass the stroke width, so it will be handled by library. Not sure about this, but might help
Still meet with different bugs, like on the screen, for stroke. With a background in XML, everything works fine. But with drawable crated by this library - sometimes stroke cropped
Very strange showing on Android of a stroke with corners. Take a look on top right and bottom right corners
This is code:
The text was updated successfully, but these errors were encountered: