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.
戻るキーが押されたときにアクティビティのレイアウトを取得できますか?またはそのアクティビティのcontentViewを識別できる何か?
((ViewGroup)findViewById(android.R.id.content)).getChildAt(0)
これにより、現在のアクティビティのルート ビューが返されます。
レイアウトの親ビューにIDを追加してから、親ビューのIDを提供するfindViewById()を使用して参照を取得します。