Apply ColorStateList for TextView to show when click on it
Posted onUsing ColorStateList for Textiew we can display colours when click on it. When we need to display a text as a link, and clicked on the text starts another activity or do some action. It looks good if we display text color states, so User can know text is clicked. Here is how we can do […]