Mainfest file has this code
android:configChanges="orientation"
My Activity also has
public void onConfigurationChanged(Configuration newConfig) {
// TODO Auto-generated method stub
super.onConfigurationChanged(newConfig);
setContentView(R.layout.ticket_detail);
}
Two xml for layout-land and layout.
But landscape not load image, image size is 10kb, Is image problem?/
Remove line
android:configChanges="orientation"from your manifest and trybecause this line is for restrict configration change