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
@@ -62,8 +63,10 @@ In our XML layout, we can set two extra attributes for the BufferTextInputLayout
62
63
63
64
e.g
64
65
65
-
app:displayFromCount="5"
66
-
app:counterMode="descending"
66
+
```xml
67
+
app:displayFromCount="5"
68
+
app:counterMode="descending"
69
+
```
67
70
68
71
69
72
#Setting attributes programmatically
@@ -72,6 +75,7 @@ e.g
72
75
- setCharactersRemainingUntilCounterDisplay(int remainingCharacters) -> Set the value for which how many characters should be remaining until the counter becomes visible
0 commit comments