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.
我有一个活动的引用,但我不知道该活动的内容视图的 ID。我需要找到布局中的所有视图。我可以在运行时以编程方式获取活动布局的 ID。
我不确定您是否可以获得布局ID,但您可以尝试
activity.getWindow().getDecorView().getRootView()
从这里你可以得到你想要的任何子视图
可能,我不明白您的问题,但我认为您可以使用以下 ID 获得视图:
查看 v = activity.findViewByID(所需 ID )