Skip to content

Commit

Permalink
[ShapeableImageView] made stroke field nullable
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 314599771
  • Loading branch information
ymarian committed Jun 4, 2020
1 parent 11569e2 commit ef3f09d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public class ShapeableImageView extends AppCompatImageView implements Shapeable
private final Paint clearPaint;
private final Path path = new Path();

private ColorStateList strokeColor;
@Nullable private ColorStateList strokeColor;
private ShapeAppearanceModel shapeAppearanceModel;
@Dimension private float strokeWidth;
private Path maskPath;
Expand Down

0 comments on commit ef3f09d

Please sign in to comment.