TextInputLayout
作者:
孤独的根号十二 | 来源:发表于
2019-01-14 18:22 被阅读2次<android.support.design.widget.TextInputLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
app:hintAnimationEnabled="true"
>
<EditText
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:hint="请输入用户名" />
</android.support.design.widget.TextInputLayout>
app:hintAnimationEnabled="true" : 是否获得焦点的时候hint提示问题会动画地移动上去。
app:errorEnabled="true" 是都打开错误提示。
要使用错误提示还得自己定义规则。
app:counterTextAppearance="" 可以自己修改计数的文字样式。
app:counterOverflowTextAppearance="" 超出字数范围后显示的警告的文字样式
本文标题:TextInputLayout
本文链接:https://www.haomeiwen.com/subject/tymjdqtx.html
网友评论