We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbcc238 commit bda672fCopy full SHA for bda672f
README.md
@@ -1,6 +1,8 @@
1
Buffer Text Input Layout
2
-------------------------
3
4
+(Coming to maven central soon!)
5
+
6
This is a simple customisation of the TextInputLayout found in the Design Support Library.
7
8
Whilst this is an awesome component that we've made great use of, we wanted to be able to display
@@ -72,4 +74,4 @@ e.g
72
74
e.g.
73
75
76
bufferTextInputLayout.setCounterMode(CounterMode.DESCENDING);
- bufferTextInputLayout.setCharactersRemainingUntilCounterDisplay(40);
77
+ bufferTextInputLayout.setCharactersRemainingUntilCounterDisplay(40);
0 commit comments