Android: Why Is Seterror Message Causing View Distortion?
I have two versions of an app I'm working on. The first version has a setError message that is set on an EditText UI line if the user tries to save data and the line is empty. Th
Solution 1:
According to this, if you use an EditText
inside a TextInputLayout
this kind of behavior occurs after version 24+. So the solution right now would be to use the EditText
alone.
Try it and see if it works.
Post a Comment for "Android: Why Is Seterror Message Causing View Distortion?"