Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #167 from peacepassion/fix_scale_type_err
Browse files Browse the repository at this point in the history
fix wrong ScaleType init error
  • Loading branch information
vinc3m1 authored Aug 3, 2016
2 parents da51c66 + e53b59b commit cdfd169
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public class RoundedImageView extends ImageView {
private boolean mMutateBackground = false;
private int mResource;
private int mBackgroundResource;
private ScaleType mScaleType = ScaleType.FIT_CENTER;
private ScaleType mScaleType;
private Shader.TileMode mTileModeX = DEFAULT_TILE_MODE;
private Shader.TileMode mTileModeY = DEFAULT_TILE_MODE;

Expand Down

0 comments on commit cdfd169

Please sign in to comment.