by srajpal » Sat Jan 10, 2009 2:47 am
Is it possible to dynamically move (center on the screen) buttons or other objects when the orientation changes. I know the onCreate is called when the orientation changes but i am not able to change the x or y coordinates of the buttons. What do others do, do you make two layouts for each activity (one for each orientation)?