From cc21b40081504984a36ad753ca52c71815d00e2d Mon Sep 17 00:00:00 2001 From: Sakis Kaliakoudas Date: Wed, 24 Feb 2016 19:54:00 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c4059e1..2198f87 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # EmphasisTextView [![Hex.pm](https://img.shields.io/hexpm/l/plug.svg)](http://www.apache.org/licenses/LICENSE-2.0) [![Platform](https://img.shields.io/badge/platform-android-green.svg)](http://developer.android.com/index.html) + An android TextView that supports highlighting parts or all of the text contained in it. Screenshots @@ -45,7 +46,9 @@ Feel free to open a pull request for anything that you want to see added. What I have in mind: + 1) Introduce a delegate when someone is using another class that is already extending from TextView (possibly another library). + 2) Create similar functionality via xml attributes. - [1]: ./art/screenshot.png \ No newline at end of file + [1]: ./art/screenshot.png