ok, I will try to explain
1. I started my app (activity_create is worked). I created button and button.top=100, button.left=100
1a. some changes with objects: button.left=150, button.top=200
2. I turn off my phone screen (physically, not programmatically)
3. I turn on my screen (activity_create is restarted, not worked activity_resume). last time before the turning off button left=150 but now it is 100
I think you understand me
I wnat to my object's settings is not changed when I turn off my phone screen and resume.