We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c135a commit 6f7c824Copy full SHA for 6f7c824
1 file changed
README.md
@@ -65,12 +65,11 @@
65
<com.mindorks.editdrawabletext.EditDrawableText
66
....
67
app:isDrawableShownWhenTextIsEmpty="false"
68
-
69
/>
70
```
71
or
72
```kotlin
73
- drawableEditText.hasDrawable(/**YOUR VALUE**/)
+ drawableEditText.hasDrawable(/**YOUR VALUE**/)
74
75
76
When the value is false, then the drawable is hidden by default and vice versa
0 commit comments