vinc3m1 / RoundedImageView

A fast ImageView that supports rounded corners, ovals, and circles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

set default scaleType to Android default (fitCenter)

seanmonstar opened this issue · comments

I leave the scaleType to default on my ImageViews, and noticed that some code that was calling getScaleType() was receiving null, where it used to get FIT_CENTER.