現在、xmlファイルをJavaコーディングに変換していますが、問題が発生しました。私のxmlファイルには、次のような2つのxmlns属性を持つビューがあります。
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher"
これらをJavaのカスタムFrameLayoutに追加するにはどうすればよいですか?