Closed mttkay closed 12 years ago
Since RemoteImageView is a ViewSwitcher, and not an ImageView, it doesn't accept ImageView attributes such as scaleType. We should fix that by redirecting any ImageView specific attributes to the underlying ImageView in the view switcher.
scaleType
Since RemoteImageView is a ViewSwitcher, and not an ImageView, it doesn't accept ImageView attributes such as
scaleType
. We should fix that by redirecting any ImageView specific attributes to the underlying ImageView in the view switcher.