0
I have an imagebutton in a relative layout. When I put the command:
"android:layout_marginLeft="
It does the intended (move away from the left edge in x measure), but when I put:
"android:layout_marginRight=" nothing happens.
Would anyone like to explain why? or what command should I use so that the spacing is from the "beginning of the screen" on the right?
I couldn’t figure out why it’s not working because I don’t have access to the full component code, so it’s hard to say anything. :/
– itscorey