gpt4 book ai didi

android - 来自字符串资源的 Spannable 数组

转载 作者:行者123 更新时间:2023-11-30 02:59:15 25 4
gpt4 key购买 nike

有没有办法从字符串资源中提取Spannable[] 东西​​?基本上类似于

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="planets_array">
<item>Welcome to <b>Mercury</b></item>
<item>Welcome to <b>Venus</b></item>
<item>Welcome to <b>Earth</b></item>
<item>Welcome to <b>Mars</b></item>
</string-array>
</resources>

然后我将数组提取到

Resources res = getResources();
Spannable[] planets = res.getStringArray(R.array.planets_array);

但现在 eclipse 告诉我将 Spannable[] 更改为 String[]

最佳答案

使用 getTextArray,它返回 CharSequence[] 而不是保留附加跨度的 String[]

关于android - 来自字符串资源的 Spannable 数组,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22794229/

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