简体   繁体   中英

switch between landscape mode and portrait mode in Android Tablet(Samsung 10.1)

I am creating app for android tab. i want to run in both Landscape and portrait mode. I have use two folder Layout and Layout-land and in manifest file i have set configChanges="keyboardHidden|orientation". if i remove orientation from configChanges than it works fine but it load activity again else layout setting is not working.

any suggestion?

Thanks in advance...

发布您的代码或通过onRetain配置方法。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM