标签: android colors android-edittext textselection
我正在寻找一种等效的方法来为EditText中的选择着色,就像在C#中一样。
在C#中,我可以通过给出选择的开始和结束位置来选择文本,并使用
Textbox.SelectionColor = Color.Blue
作为一个例子。 有没有办法在Android中做到这一点?