我目前正在将一个 xml 文件转换为 java 编码,但我遇到了一个问题。在我的 xml 文件中,我有一个带有两个 xmlns 属性的视图,如下所示:
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher"
如何将这些广告添加到我在 java 中的自定义 FrameLayout 中?