Fragment に RelativeLayout を拡張するカスタム レイアウトがあります。
public class Footer extends RelativeLayout
このカスタム オブジェクトから getSupportFragmentManager を使用するにはどうすればよいですか? this.getContext() を使用すると、 FragmentActivity ではなく Application が返されます。
The method getSupportFragmentManager() is undefined for the type Footer (extends RelativeLayout)
あなたの助けを待っています
ありがとう