I’m using android:background=”@drawable/home_background”
but on switching the screen to landscape , the image gets distorted and stretched too much . The picture is a .jpg
I’m using android:background=@drawable/home_background but on switching the screen to landscape , the image gets
Share
I use two images (one for portrait and one for landscape). In
onCreate(...)of myActivityI use the following to set the correct image…bground_land.jpgandbground_port.jpgare the images in my project’s /res/drawable directory.