Re: [android-developers] changing image on rotation in tablet

2011-10-03 Thread John Goche
Hi, I think you will need to create two XML files for your layout, each one containing different references to your image. See the following page:http://developer.android.com/guide/practices/screens_support.html Name one myPage-port.xml and the other myPage-land.xml. Regards, John Goche On Mon,

[android-developers] changing image on rotation in tablet

2011-10-03 Thread Amit Mangal
Hi Everyone, I am having 2 images i want to use that images in my layout background but one image in portrait mode and one in landscape mode. please tell me how to change image from moving landscape to portrait mode. like 1.png in portraut mode and 2.png in landscape mode. thanks -- You receiv