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 放在我的自定义视图上?
您最好的选择可能是在您的 Activity 布局中包含 ListView 作为 FrameLayout 中包含的最后一个子项。您可以将visibilityListView 的属性设置为gone或并在玩家输掉游戏时invisible使用该方法简单地切换此属性。setVisibility
visibility
gone
invisible
setVisibility