如何在EditText中更改所选单词的颜色

时间:2015-01-07 21:10:40

标签: java android colors android-edittext

我正在创建一个文本编辑器,我不会让用户在EditText中选择一些单词并更改所选单词的颜色, 我怎样才能做到这一点?或者我怎样才能理解用户选择的哪些单词?感谢

1 个答案:

答案 0 :(得分:4)

使用getSelectionStartgetSelectionEnd获取有效选择。

使用SpannableStringSpannableString.setSpan使用ForegroundColorSpan为选区着色。