Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/performance/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 我需要更改<;的字体颜色;![CDATA[<;p>;…<;/p>;在my string.xml文件中_Android_Performance_Android Layout_Android Studio - Fatal编程技术网

Android 我需要更改<;的字体颜色;![CDATA[<;p>;…<;/p>;在my string.xml文件中

Android 我需要更改<;的字体颜色;![CDATA[<;p>;…<;/p>;在my string.xml文件中,android,performance,android-layout,android-studio,Android,Performance,Android Layout,Android Studio,我试着用不同的方法来改变字体颜色。但是这对任何事情都不起作用。请帮我改变字体颜色 <string name="story2"> <![CDATA[ <font color=#FFFFFF><center><i>FACT 2</i><br></center> <center><b>MEETING WITH KIDS ALSO</b><br></center

我试着用不同的方法来改变字体颜色。但是这对任何事情都不起作用。请帮我改变字体颜色

<string name="story2">
<![CDATA[
<font color=#FFFFFF><center><i>FACT 2</i><br></center>
<center><b>MEETING WITH KIDS ALSO</b><br></center>
<p>As President, often Dr. Kalam’s office would receive requests from youngsters for a meeting with the country’s first citizen. Not only would Dr. Kalam meet the kids in his personal chambers at the Rashtrapati Bhavan, but he would also give them his precious time, “listen” to their ideas and provide feedback to the kids. On occasions, the President would follow up with such kids asking about the status of the ideas they discussed!</p>
</font>]]>
</string>

事实2
与孩子们见面也
作为总统,卡拉姆博士的办公室经常会收到年轻人要求与该国第一位公民会面的请求。卡拉姆博士不仅会在拉什特拉帕蒂Bhavan的私人房间会见孩子们,而且还会给他们宝贵的时间,“听着”有时,总统会跟进这些孩子,询问他们讨论的想法的现状

]]>
您只需在TextView中使用textColor属性即可。为什么使用strings.xml?有什么特别的原因吗?我对安卓系统不熟悉。所以我不知道如何在一个文本视图中显示10个故事。所以,每当用户按下上一步或下一步按钮时,我都会动态地执行此操作。有没有其他方式来提及这十个故事?这是一个不同的问题。发布另一个关于你想要达到的目标的问题,并提供更多细节。