We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1075b7f commit c832c0cCopy full SHA for c832c0c
1 file changed
README.md
@@ -10,6 +10,13 @@
10
## Preview of EditDrawableText
11
<img src="https://github.com/MindorksOpenSource/EditDrawableText/blob/master/app/src/main/assets/sample1.jpg?raw=true" height="300em" /> <img src="https://github.com/MindorksOpenSource/EditDrawableText/blob/master/app/src/main/assets/sample2.jpg?raw=true" height="300em" />
12
13
+
14
+### Overview of EditDrawableText library
15
+* EditDrawableText can be used to Show/Hide Password
16
+* Left/Right Drawables can be clicked to make custom events like Request OTP etc.
17
+* All type of EditText Properties are possible in EditDrawableText
18
19
20
## Using EditDrawableText Library in your Android application
21
22
1. Add it in your root build.gradle at the end of repositories:
0 commit comments