Ok, First of all, I searched all the internet, but nobody has a similar problem like this. So, all I want is to have 3 textViews, bottom aligned with the screen and with the
All the other answers are wrong. The important points:
RelativeLayout
. You can do this with just a LinearLayout
.android:baselineAligned="false"
. I actually only found this by looking through the LinearLayout
source. It is in the docs but they don't mention that it is on by default!Anyway, here is the code:
And how it looks: