My activity has an ImageView. It gets an image from take picture action. This activity has two layouts.
In the manifest, there is:
My problem is, that if I remove
configChanges="orientation|keyboardHidden|screenSize"
data won't save but if not, form_layout.xml (land) won't load. What loads on screenRotate is a default landscape layout.
How can I solve my problem which is to load new xml layout after rotation with saved data?
Aucun commentaire:
Enregistrer un commentaire