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 )