I have a webview and I am using android:configChanges="orientation" to restrain the webview from reloading everytime the orientation changes.
I also have two different folders layout-port and layout-land to define the layouts for different orientations. If I use android:configChanges="orientation" then the above two folders are ignored. Can I have both working at the same time? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

