就像这样,加粗没问题,但是颜色不知道格式是怎样的,请问大家能实现吗?
在string.xml中定义,是作为html方式来应用的,所以android中的color定义应该是不识别的,font color用16进制颜色表示,font color="#xxxxxx"
string,xml里面可以使用html标签、
<string name="test_GridRecyclerView"><font color="red">GridRecyclerView </font></string>