我正在尝试在这些方面做一些事情:
我可以使用显示提示android:hint="Email Address"
但无法显示帮助文本 -这将是您的电子邮件用户名
<android.support.design.widget.TextInputLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<EditText
android:id="@+id/et_username"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ems="15"
android:hint="Username"
app:et_helper="Username is preferably your registered email"/>
</android.support.design.widget.TextInputLayout>`
我得到的只是并且没有用户名最好是您在edittext下面的注册电子邮件:
输出:
任何指针表示赞赏。谢谢你。