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.
我在 ViewPager 中有两个同时可见的列表视图。我需要为每个创建单独的页脚视图吗?或者我可以与两者的页脚共享相同的视图吗?我需要根据状态添加删除视图。
您不能安全地在多个点附加相同的视图。为每个列表创建一个单独的页脚视图。