mttkay / ignition

Kick-starts Android application development.
1.28k stars 290 forks source link

RemoteImageView should behave like an ImageView #4

Closed mttkay closed 12 years ago

mttkay commented 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.