How can I fix a button at the bottom in the scrollview android?
问题 I have this following layout. I have a button which comes at the bottom of the screen. I have put my table layout in the scrollview which is scrolling perfectly. But using scrollview makes the bottom button disapper. How can I fix it. This is my xml layout file <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" > <LinearLayout android:layout_width="match_parent" android