Hi all, I have an activity which handles configuration changes by itself e.g it's not destroyed and recreated every time. But now i have to change one image with another when configuration is changed. The easies way is just to remove android:configChanges attribute from manifest and to let android handle config changes but there are some resources coupled with activity lifecycle which i don't wont to refactor right now. So is there a way to change image for different configurations manually. I tried in onConfigurationChanged callback just to set again the image drawable and hoping will get the correct image but it's still showing the image for portrait view ( the two images are placed in res/ drawable and res/drawable-land :)
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

