android set text color of textview

ww‮ttual.w‬uri.com
android set text color of textview

change textview text color in android

mTextView.setTextColor(Color.parseColor("#ff0"));
mTextView.setTextColor(ContextCompat.getColor(getApplicationContext(), R.color.color_black));
Created Time:2017-08-31 10:00:29  Author:lautturi