Textinputedittext And Textinputlayout On Focus Out Should Return The Hint To The First State
I'm having trouble using TextInputLayout and TextinputEdittext. As you see I am creating a custom RelativeLayout wherein inside is the said layouts. When running it shows the corr
Solution 1:
When isFocused = false at that time you should setfocus with another view so your hint is look as your previous state.
Post a Comment for "Textinputedittext And Textinputlayout On Focus Out Should Return The Hint To The First State"