I have two activities in my application both supports portrait and landscape orientation.
- Initially application loaded perfect
- Rotate my screen to landscape and then come back to portrait, now my portrait views are not showing good as I designed
the layout android:weightSum
is not working fine most of the layout weight are reduced
manifest.xml
android:configChanges="keyboardHidden|orientation|screenSize"
How can I solve this issue?