You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: validatedtextinputlayout/src/main/java/com/julianraj/validatedinputtextlayout/ValidatedTextInputLayout.java
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,6 @@
18
18
19
19
/**
20
20
* Extension of Android Design Library's {@link TextInputLayout}
21
-
* <p/>
22
21
* <p>This class enable you to add validation to the TextInputLayout
23
22
*
24
23
* @author Julian Raj Manandhar
@@ -177,7 +176,6 @@ public boolean isAutoValidated() {
177
176
/**
178
177
* Enable or disable auto-trimming of the value of the input field for the
179
178
* {@link ValidatedTextInputLayout}.
180
-
* <p/>
181
179
* <p>Enabling will remove any leading and trailing white space from the value of field.</p>
182
180
* <p>Caution: You may not want to enable this in case of password fields.</p>
0 commit comments