多项选择题
当需要错误提示时,调用TextInputLayout的setError(“错误提示文字”)。如果要清空错误提示时,描述错误的是()。
A.调用TextInputLayout的setError(null) B.调用TextInputLayout的getError(null) C.调用TextInputLayot的setError(null) D.调用TextInbutLayout的setError(null)
判断题 CardView并不属于design包,所以使用CardView必须先添加依赖。
判断题 实现Editext的addTextChangedListener方法,监听输入字符。然后根据字符判断输入的字符串是否合理。
判断题 Recyclerview和listview没什么区别。