How can i create a sticky footer that wont be moved up with the view when the softkey keyboard popups up?
Below is an image example of my current setup and what i want
Either add this as scrollbar's XML attribute
android:isScrollContainer="false"
or add this in Activity's tag in Manifest
android:windowSoftInputMode="adjustPan"