I\'ve got little problem, i need to remove or customize this orange highlight during clicking on clickablespan. This is my class extending ClickableSpan
public c
u can replace default highlightColor android:textColorHighlight
<TextView
android:id="@+id/tv_tip"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="#727998"
android:textColorHighlight="@android:color/transparent"
tools:text="@string/_tip" />
or disable focus