我需要颜色将其设置为EditText的文本颜色
final ColorStateList colors = editText.getHintTextColors(); editText.setTextColor(colors);
请注意,提示颜色实际上是ColorStateList.