android设置字体颜色的三种方法

text.setTextColor(Color.BLACK); //方法一
text.setTextColor(Color.parseColor("#909090")); //方法二
text.setTextColor(getResources().getColor(R.color.white))   //方法三
    原文作者:Shirly_YY
    原文地址: https://blog.csdn.net/Shirly_YY/article/details/59058085
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞