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
Step 1 : Create two view inside a linear layout
Step 2 : First view must set to android:layout_weight="1"
Step 3 : Second view will automatically putted downwards