Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersuehr7 authored Oct 19, 2017
1 parent 626f195 commit 3b7ab8d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ Core features of this library:
* Highlight social media lingo in text
* Clickable social media lingo in text

`LinkMovementMethod` has a small bug (at least I think so); it clicks on a link when
you press near it sometimes. The custom implementation I had built, `LinkTouchMovementMethod`,
fixes that by using a `RectF` to store the bounds of each link and
making sure when you touch it, it's within the bounds before triggering the callback.

## Using the Social Text View
The basic usage of this library is to highlight, and make clickable, whenever social media lingo appears in text. To achieve this functionality, you'll need to use the `SocialTextView`.

Expand Down

0 comments on commit 3b7ab8d

Please sign in to comment.