I have a Clickable textview in between of multiple informative textviews(which are non – interactable).
Is there any android property or UI guideline to display clickable textview. So that user will get it immediately after seeing the textview that its clickable.
Any other suggestions are welcome.
I tried giving blue color to the textView as in webpage hyperlinks, it looks bad as my background is also bluish.
You Can use SpannAbleString for This if you want to do it programatically and If you want to do it Using UI then Create a Selector for Text
for SpanAble String Sample Snippet is Following
and if you want o give color Using UI here is Sample
make color folder in res Directory
and in Color foldr make an xml name Like textColor.xml
and in Xml
do soe thing like this and give its refrence to your textView