레이아웃에

Button1 = (ImageButton)findViewById(R.id.button01);

Button2 = (ImageButton)findViewById(R.id.button01);

이런 버튼이 있을 때
버튼들을 위치를 옮길 수 있나요?

land/port 따로 안쓰게 구현해서 
가로 세로일때 포지션을 변경하려고 합니다.

X/Y 좌표를 이용해서 위치를 변경할 수 있는지요?

조언부탁해요...