diff --git a/README.md b/README.md index dfdb3b7..4ac5f4f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ Custom EditTextView to show/hide password with customizable icon. # How to use + ```groovy + ``` + Instead of drawable you can also use Text +```groovy + + + ``` # Customise * `app:show_drawable="@drawable/show_password"` @@ -44,7 +55,7 @@ After that you can easily include the library in your **app** `build.gradle`: ```groovy dependencies { - compile 'com.github.anshulagarwal06:PasswordEditText:v0.1' + compile 'com.github.anshulagarwal06:PasswordEditText:v1.0' } ```