Relative Content

Tag Archive for androidkotlinmaterial-designandroid-textinputlayoutandroid-textinputedittext

Input jump on TextInputLayout from empty to filled state

I am using textInputlayout and textInputEditText from material design. Everything works fine until i use some of the custom fonts from the resource file. When user starts typing on the textInputEditText from empty state to text state, there is a small jump in the bottom line/stroke. Apparently height of the component changes automatically when input field is empty field vs filled. This is not happening on OS version 12 or older in android. What could be the reason?

Input jump on TextInputLayout from empty to filled state – Android

I am using textInputlayout and textInputEditText from material design. Everything works fine until i use some of the custom fonts from the resource file. When user starts typing on the textInputEditText from empty state to text state, there is a small jump in the bottom line/stroke. Apparently height of the component changes automatically when input field is empty field vs filled. This is not happening on OS version 12 or older in android. What could be the reason?