Hello All
I just get a new tablet device for testing my app, it has Android 4.0.3, and resolution of 1024 x 768(160dip=scale1)
I create a test example to demonstrate what is wrong.
A layout file with two variant(320x480 scale=1 and 480x320 scale=1)
Problem is that app always load the first layout variant(portrait) even if I turn the device into landscape position.
I just wanna know why and how to solve this.
I just get a new tablet device for testing my app, it has Android 4.0.3, and resolution of 1024 x 768(160dip=scale1)
I create a test example to demonstrate what is wrong.
A layout file with two variant(320x480 scale=1 and 480x320 scale=1)
Problem is that app always load the first layout variant(portrait) even if I turn the device into landscape position.
I just wanna know why and how to solve this.