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
Try this code, it should work: Button used layout_toRightOf attribute with id of Textview widget.
In Both TextView you add text and than check it.
OK