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.
2 つのリスト ビューがあり、1 つを表示し、もう 1 つを非表示にして、それらを切り替えます。
どちらにも、listView が空のときに表示される emptyViews があります。ただし、空かどうかに関係なく、ビューが非表示に設定されている場合、emptyView を表示したくありません。
これどうやってするの?
レイアウトから削除できempty TextViewます。したくない場合は、次のように実用的に行うことができます
empty
TextView
TextView empty = getListView().getEmptyView(); empty.setVisibility(View.GONE);