I have a TextView
which I want to pin at the bottom of a landscape activity that is using LinearLayout
with vertically arranged elements.
I have set android:gravity="bottom"
on the text view, but it still likes to be just below the last element of the LinearLayout
exactly what I do not want it to do.
Any suggestions?