gpt4 book ai didi

android - 我可以引用任何其他 xml 来设置动态布局的样式吗

转载 作者:行者123 更新时间:2023-11-30 00:51:40 24 4
gpt4 key购买 nike

使用“for”循环我正在创建一些动态布局,但我不想对它们进行编码。我想从任何其他布局 xml 文件中获取引用。是否可以?

最佳答案

您可以按照以下方式做一些事情:

        for (some loop) {
View view = LayoutInflater.from(getActivity()).inflate(R.layout.some_layout, null);
containerView.addView(view);
}

关于android - 我可以引用任何其他 xml 来设置动态布局的样式吗,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40939614/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com