update Line Count
Provides multi-line support without using android.text.InputType.TYPE_TEXT_FLAG_MULTI_LINE, which would break a11y support due to enter key acting as "new line" instead of "done."
Provides multi-line support without using android.text.InputType.TYPE_TEXT_FLAG_MULTI_LINE, which would break a11y support due to enter key acting as "new line" instead of "done."