gpt4 book ai didi

java - setText() 从 xml 获取多个字符串

转载 作者:行者123 更新时间:2023-12-02 01:39:05 28 4
gpt4 key购买 nike

也许是一个简单的问题 - 我需要帮助从我的 strings.xml setText 多个字符串。

 mytext.setText(resources.getString(R.string.history_text1+R.string.history_text2));

所以我的意思是我需要通过一个 setText 将 2 个不同的文本作为一个文本。

但是使用此语法时出现错误:android.content.res.Resources$NotFoundException:字符串资源 ID #0xfe1e0079

最佳答案

试试这个:

 mytext.setText(resources.getString(R.string.history_text1) + resources.getString(R.string.history_text2))

关于java - setText() 从 xml 获取多个字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54734257/

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