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.
プレーヤーがゲームに負けたら、listView を画面に描画しようとしています。カスタム ビューの上に listView を配置するにはどうすればよいですか?
あなたの最善の選択肢は、FrameLayout に含まれる最後の子として、Activity レイアウトに ListView を含めることです。プレーヤーがゲームに負けたときに、メソッドを使用しvisibilityて ListViewの属性を設定するgoneかinvisible、単にこの属性を切り替えることができます。setVisibility
visibility
gone
invisible
setVisibility