Skip to content

Commit 5306735

Browse files
committed
Update README.md
1 parent e60b4b2 commit 5306735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drawabletextview/src/main/java/com/flod/drawabletextview/DrawableTextView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ public int getRadius() {
491491

492492

493493
@RequiresApi(api = Build.VERSION_CODES.LOLLIPOP)
494-
class RadiusViewOutlineProvider extends ViewOutlineProvider {
494+
public class RadiusViewOutlineProvider extends ViewOutlineProvider {
495495
@Override
496496
public void getOutline(View view, Outline outline) {
497497
outline.setRoundRect(0, 0, getWidth(), getHeight(), radius);

0 commit comments

Comments
 (0)