I want to draw a table in which last column should be at the right most side of the table.
This is how the table row looks like:
Here you have to do
set the table row width to fill_parent
fill_parent
and set the android:layout_gravity="right" to the textview which you want to align right it to the table row
android:layout_gravity="right"
---- or ----