【发布时间】:2023-03-20 10:03:02
【问题描述】:
I want to change the color of each array element or whole array given bellow.so how
can i achieve this?
String[] title = {
"Abundance",
"Anxiety",
"Bruxism",
"Discipline",
"Drug Addiction"
}
is there any way that
title.setColor or
title[0].setColor
这将直接改变字符串值的颜色。我发现了很多,但所有答案都是字符串数组资源。
【问题讨论】: