This is the code I am using and it is not working:
linear layout with layout_width="fill_parent" and also the widget with same layout width + gravity as right would align it to the right.
linear layout
layout_width="fill_parent"
layout width
gravity as right
I'm using 2 TextViews in following example, topicTitle on the left and topicQuestions on the right.
TextView
topicTitle
topicQuestions