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

Fixed Issue #137 #140

Merged
merged 3 commits into from
Feb 25, 2016
Merged

Fixed Issue #137 #140

merged 3 commits into from
Feb 25, 2016

Conversation

sergio-moura88
Copy link

Fixed the problem with background mutation.
Also background should always be FIT_XY to be like original ImageView.

Also background should always be FIT_XY to be like original ImageView.
@@ -160,6 +163,15 @@ public RoundedImageView(Context context, AttributeSet attrs, int defStyle) {
updateDrawableAttrs();
updateBackgroundDrawableAttrs(true);

if(mMutateBackground){
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: can you add spacing around the parens?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, sure

@vinc3m1
Copy link
Owner

vinc3m1 commented Feb 19, 2016

Generally looks good, just a few changes. Thanks for doing this, I've been super busy lately so it's great to have help.

@vinc3m1
Copy link
Owner

vinc3m1 commented Feb 19, 2016

Looks good! Let's just remove the api checks and we're good to merge.

vinc3m1 added a commit that referenced this pull request Feb 25, 2016
@vinc3m1 vinc3m1 merged commit caef5dd into vinc3m1:master Feb 25, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants