How to Highlight text in android TextView like this?
& also how to show a custom dialogue on text selection?
I Have Tried with TextView default property
android:enabled="true"
android:textIsSelectable="true"
android:focusable="true"
android:longClickable="true"
But By Using this it only show default share and copy option from android.
