Skip to content

Instantly share code, notes, and snippets.

@nasrabadiAM
Last active April 30, 2018 11:41
Show Gist options
  • Save nasrabadiAM/4cf0ad005237c3ffe863c2ca1b486713 to your computer and use it in GitHub Desktop.
Save nasrabadiAM/4cf0ad005237c3ffe863c2ca1b486713 to your computer and use it in GitHub Desktop.
//add (( android:autoLink="web" )) to your textView attrs and it's automatically clickable all your links
<TextView
android:id="@+id/textView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:autoLink="all"
android:text="@string/text_with_link"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment