How to make edit text error position in android?

前端 未结 2 1629
傲寒
傲寒 2021-01-06 22:01

I have an app in which I have edit text fields in which I have to enter a mobile number and password. The problem is that the EditText error indicator covers th

2条回答
  •  别那么骄傲
    2021-01-06 22:28

    @Nitin: Actually Edittext behaviour wants you to focus in the edittext to discard the seterror message to rectify the erroneous data and go to other fields.

提交回复
热议问题