I have a TextView which I want to pin at the bottom of a landscape activity that is using LinearLayout with vertically arranged elements.
TextView
LinearLayout
You can also use
android:layout_gravity="bottom"
for your textview