我有一个 TextView 小部件,如下所示
<TextView
android:text="@string/inputText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1" />
inputText 在 Strings.xml 中定义为
<String name="inputText">The value of input is positive now</String>
现在,我希望整个文本以棕色显示,并且仅以绿色显示“正面”。
有什么办法吗?简而言之,我的问题是同时为同一个文本视图进行多种着色