Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
に を追加しFooterViewますListViewが、ビューの可視性を に設定すると、ビューのGONEコンテンツだけが非表示になります。ListViewと同じように、にスペースを残すことを意味しINVISIBLEます。を に設定するにはどうすればFooterViewよいですかGONE。
FooterView
ListView
GONE
INVISIBLE
次のようにフッターを削除できます。
listView.removeFooterView(view);