Sarosh Madara

Results 2 comments of Sarosh Madara

Have anyone found solution

TextView tv_title = findViewById(R.id.tv_title); String breadCrumb = year + " >"; SimpleText simpleTextBC = SimpleText.from(breadCrumb) .all(">") .bold() .textColor(R.color.colorWhite); tv_title.setText(simpleTextBC); I am getting the error on .textColor Line Attempt to invoke...