Rotate an Android ImageView AND its background
Posted
by Mike
on Stack Overflow
See other posts from Stack Overflow
or by Mike
Published on 2010-05-21T15:17:28Z
Indexed on
2010/05/21
15:20 UTC
Read the original article
Hit count: 397
Using this mechanism I'm able to successfully rotate the image in an ImageView. Works great.
However, if the ImageView has a background image, that drawable is not also rotated. How can I also rotate the background image of an ImageView?
© Stack Overflow or respective owner