I\'m trying to position one item in a RelativeLayout to the right of another. In the example below I want the \",\" to be placed to the right of the description field. Howev
Here it will help full : Button used layout_toRightOf attribute with id of Textview widget.
Here you can find Complete examples of linear layout positioning