I have an imagebutton in a relative layout. When I put the command:
"android: layout_marginLeft="
It does what you want it to do (move away from the left border by x measure), but when I put it:
"android: layout_marginRight=" nothing happens.
Would anyone explain why? or what command should I use to make the spacing from the "start of the screen" on the right?