You need to explain what exactly you want or need or expect.
You are the developer, so I hope that you know what you are doing.
If you need to reuse settings, you need to memorize them somewhere to be able to reuse them.
You decide when and how you change settings, so if you need the original ones you must memorize these.
Sorry, but, I don't really understand your problem!?
Sorry... maybe i'm not explain in the right way...
It is simple... I made a layout with fixed object, fixed object size and position. I load a layout when i load the activity/page. This is ok... but if i want to change some picture linked to one or more object (imageview in this case) i lose all settings of layout. The object size are changed.
Layout logic is good because you can configure a different screen resolution but i don't think that is good to repeat all this logic in the main app code. Redundant code and time loss.
All that i request is: there is some way to change, in programmatically way, the picture associated to imageview object withouth lose size setted from layout?
N.B. Already tried with LoadBitmap, LoadBitmapResize and Gravity's property but not is the result that i want.
I wish you a good day!