如果在列表底部有一個按鈕,所以當你向下滾動並且列表已經結束時,會出現一個按鈕「Get more」,它將填充與更多項目的列表。Android:當列表已經結束比它應該顯示按鈕
但該按鈕不可見。這是我的xml文件的樣子。 也許這是因爲卷軸發生,也許卷軸只適用於列表。
<ListView
android:id="@+id/android:list"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
<Button android:id="@+id/search_browser"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="Get more ads" />
</LinearLayout>