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.
有没有办法在创建表格布局后更新它?我有一个应该包含搜索结果的 TableLayout。我验证了结果是否准确返回并添加到表格中,但表格没有显示。
尝试在结果集更改后在 TableLayout 上调用 invalidate()。