I have still some difficulties with Android layouts, so here is what I want to do. On the same line (a view), I want to place 3 textviews, let's call them date, name and value.
Here is what I want it to look like :
Of course date is 12/03/2013, name is SOGEFFRP and value is + 45,23.
What I don't know how to do is how to get the value aligned at the top right of the line, and the name occupying all the remaining place but without erasing it. I tried to set gravity/layout_gravity
to right for value but it doesn't work.