多项选择题
A.app:layout_scrollFlags="scroll∣enterAlways" B.app:layout_behavior="@string/appbar_scrolling_view_behavior" C.app:layout_scrollFlags="scrolls∣enterAlways" D.app:layout_behavior="@string/appbar_scroll_view_behavior"
当需要错误提示时,调用TextInputLayout的setError(“错误提示文字”)。如果要清空错误提示...
多项选择题当需要错误提示时,调用TextInputLayout的setError(“错误提示文字”)。如果要清空错误提示时,描述错误的是()。
A.调用TextInputLayout的setError(null) B.调用TextInputLayout的getError(null) C.调用TextInputLayot的setError(null) D.调用TextInbutLayout的setError(null)
CardView并不属于design包,所以使用CardView必须先添加依赖。
判断题CardView并不属于design包,所以使用CardView必须先添加依赖。
实现Editext的addTextChangedListener方法,监听输入字符。然后根据字符判断输入的字符...
判断题实现Editext的addTextChangedListener方法,监听输入字符。然后根据字符判断输入的字符串是否合理。